#6C05B8

Color #6C05B8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C05B8

Tints of Purple Heart #6C05B8

Color information

#6C05B8 (or 0x6C05B8) is unknown color: approx Purple Heart. HEX triplet: 6C, 05 and B8. RGB value is (108,5,184). Sum of RGB (Red+Green+Blue) = 108+5+184=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #6C05B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05B8 is #93FA47. Grayscale: #373737. Windows color (decimal): -9697864 or 12060012. OLE color: 12060012.

HSL color Cylindrical-coordinate representation of color #6C05B8: hue angle of 274.53º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C05B8 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1085184-
CMYK0.410.9700.28
HSL274.53º94.71%37.06%-
HSV(B)274.53º97.28%72.16%-
XYZ14.896.7645.87-
YUV56.2200.12164.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=36.36%
G=1.68%
B=61.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10851840.410.9700.28274.5394.7137.06
Hex6C5B8296101C1135f25
Octal15452705114103442313745
Binary11011001011011100010100111000010111001000100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C05B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C05B8; }

 p { color: rgb(108,5,184); }

 H1.HeaderClassName
 {
   color: #6C05B8;
 }
 .AnyTagClassName
 {
   color: #6C05B8;
 }
</style>
background-color css

<style>
 a { background-color: #6C05B8; }

 a { background-color: rgb(108,5,184); }

 div.DivClassName
 {
   background-color: #6C05B8;
 }
 .BgClassName
 {
   background-color: #6C05B8;
 }
</style>
border-color css

<style>
 span { border-color: #6C05B8; }

 span { border-color: rgb(108,5,184); }

 td.TdClassName
 {
   border-color: #6C05B8;
 }
 .TagClassName
 {
   border-color: #6C05B8;
 }
</style>