#6B16CA

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

Shades of Purple Heart #6B16CA

Tints of Purple Heart #6B16CA

Color information

#6B16CA (or 0x6B16CA) is unknown color: approx Purple Heart. HEX triplet: 6B, 16 and CA. RGB value is (107,22,202). Sum of RGB (Red+Green+Blue) = 107+22+202=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B16CA is #94E935. Grayscale: #434343. Windows color (decimal): -9759030 or 13244011. OLE color: 13244011.

HSL color Cylindrical-coordinate representation of color #6B16CA: hue angle of 268.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B16CA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10722202-
CMYK0.470.8900.21
HSL268.33º80.36%43.92%-
HSV(B)268.33º89.11%79.22%-
XYZ17.017.9656.52-
YUV67.94203.66155.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=32.33%
G=6.65%
B=61.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107222020.470.8900.21268.3380.3643.92
Hex6B16CA2F5901510c502c
Octal153263125713102541412054
Binary1101011101101100101010111110110010101011000011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,202); }

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

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

 a { background-color: rgb(107,22,202); }

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

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

 span { border-color: rgb(107,22,202); }

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