#6C04B2

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

Shades of Purple Heart #6C04B2

Tints of Purple Heart #6C04B2

Color information

#6C04B2 (or 0x6C04B2) is unknown color: approx Purple Heart. HEX triplet: 6C, 04 and B2. RGB value is (108,4,178). Sum of RGB (Red+Green+Blue) = 108+4+178=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #6C04B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C04B2 is #93FB4D. Grayscale: #363636. Windows color (decimal): -9698126 or 11666540. OLE color: 11666540.

HSL color Cylindrical-coordinate representation of color #6C04B2: hue angle of 275.86º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04B2 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1084178-
CMYK0.390.9800.30
HSL275.86º95.6%35.69%-
HSV(B)275.86º97.75%69.8%-
XYZ14.266.4942.62-
YUV54.93197.46165.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 178 (69.92% from 255) = 61.38%
R=37.24%
G=1.38%
B=61.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10841780.390.9800.30275.8695.635.69
Hex6C4B2276201E1146024
Octal15442624714203642414044
Binary11011001001011001010011111000100111101000101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C04B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,178); }

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

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

 a { background-color: rgb(108,4,178); }

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

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

 span { border-color: rgb(108,4,178); }

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