#6B3CCC

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

Shades of Purple Heart #6B3CCC

Tints of Purple Heart #6B3CCC

Color information

#6B3CCC (or 0x6B3CCC) is unknown color: approx Purple Heart. HEX triplet: 6B, 3C and CC. RGB value is (107,60,204). Sum of RGB (Red+Green+Blue) = 107+60+204=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B3CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CCC is #94C333. Grayscale: #595959. Windows color (decimal): -9749300 or 13384811. OLE color: 13384811.

HSL color Cylindrical-coordinate representation of color #6B3CCC: hue angle of 259.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3CCC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10760204-
CMYK0.480.7100.2
HSL259.58º58.54%51.76%-
HSV(B)259.58º70.59%80%-
XYZ18.5810.7258.22-
YUV90.47192.07139.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=28.84%
G=16.17%
B=54.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107602040.480.7100.2259.5858.5451.76
Hex6B3CCC30470141043b34
Octal15374314601070244047364
Binary1101011111100110011001100001000111010100100000100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,204); }

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

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

 a { background-color: rgb(107,60,204); }

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

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

 span { border-color: rgb(107,60,204); }

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