#6B1CB8

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

Shades of Purple Heart #6B1CB8

Tints of Purple Heart #6B1CB8

Color information

#6B1CB8 (or 0x6B1CB8) is unknown color: approx Purple Heart. HEX triplet: 6B, 1C and B8. RGB value is (107,28,184). Sum of RGB (Red+Green+Blue) = 107+28+184=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #6B1CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1CB8 is #94E347. Grayscale: #444444. Windows color (decimal): -9757512 or 12065899. OLE color: 12065899.

HSL color Cylindrical-coordinate representation of color #6B1CB8: hue angle of 270.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1CB8 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10728184-
CMYK0.420.8500.28
HSL270.38º73.58%41.57%-
HSV(B)270.38º84.78%72.16%-
XYZ15.137.4245.98-
YUV69.4192.67154.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 184 (72.27% from 255) = 57.68%
R=33.54%
G=8.78%
B=57.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal107281840.420.8500.28270.3873.5841.57
Hex6B1CB82A5501C10e4a2a
Octal153342705212503441611252
Binary1101011111001011100010101010101010111001000011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,184); }

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

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

 a { background-color: rgb(107,28,184); }

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

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

 span { border-color: rgb(107,28,184); }

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