Html Css Color HEX #6C16DC Purple Heart

📋 copy color: '#6C16DC'

red 108 ◦ green 22 ◦ blue 220

#6C16DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C16DC

Tints of Purple Heart #6C16DC

RGB

 RED value IS 108 (42.58% from 255) = 30.86%

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 30.86%
G = 6.29%
B = 62.86%

CMYK

 C value IS 0.51

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C16DC (or 0x6C16DC) is known color: Purple Heart. HEX triplet: 6C, 16 and DC. RGB value is (108,22,220). Sum of RGB (Red+Green+Blue) = 108+22+220=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C16DC is #93E923. Grayscale: #454545. Windows color (decimal): -9693476 or 14423660. OLE color: 14423660.

HSL color Cylindrical-coordinate representation of color #6C16DC: hue angle of 266.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C16DC is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 22 220 -
CMYK 0.51 0.9 0 0.14
HSL 266.06º 0.82% 0.47% -
HSV(B) 266.06º 0.9% 0.86% -
XYZ 19.39 8.93 68.41 -
YUV 70.29 212.49 154.9 -
System Red Green Blue C M Y K H S L
Decimal 108 22 220 0.51 0.9 0 0.14 266.06 0.82 0.47
Hex 6C 16 DC 33 5A 0 E 10A 52 2F
Octal 154 26 334 63 132 0 16 412 122 57
Binary 1101100 10110 11011100 110011 1011010 0 1110 100001010 1010010 101111

Color Harmonies of #6C16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C16DC

Black with #6C16DC

Text Example


Text Example

White with #6C16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,220); }

 H1.HeaderClassName
 {
   color: #6C16DC;
 }
 .AnyTagClassName
 {
   color: #6C16DC;
 }
</style>

background-color css

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

 a { background-color: rgb(108,22,220); }

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

border-color css

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

 span { border-color: rgb(108,22,220); }

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