#6B1CCE

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

Shades of Purple Heart #6B1CCE

Tints of Purple Heart #6B1CCE

Color information

#6B1CCE (or 0x6B1CCE) is unknown color: approx Purple Heart. HEX triplet: 6B, 1C and CE. RGB value is (107,28,206). Sum of RGB (Red+Green+Blue) = 107+28+206=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1CCE is #94E331. Grayscale: #474747. Windows color (decimal): -9757490 or 13507691. OLE color: 13507691.

HSL color Cylindrical-coordinate representation of color #6B1CCE: hue angle of 266.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1CCE is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10728206-
CMYK0.480.8600.19
HSL266.63º76.07%45.88%-
HSV(B)266.63º86.41%80.78%-
XYZ17.628.4159.09-
YUV71.91203.67153.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 206 (80.86% from 255) = 60.41%
R=31.38%
G=8.21%
B=60.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107282060.480.8600.19266.6376.0745.88
Hex6B1CCE305601310b4c2e
Octal153343166012602341311456
Binary1101011111001100111011000010101100100111000010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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