Html Css Color HEX #6C10DB Purple Heart

📋 copy color: '#6C10DB'

red 108 ◦ green 16 ◦ blue 219

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

Shades of Purple Heart #6C10DB

Tints of Purple Heart #6C10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 31.49%
G = 4.66%
B = 63.85%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C10DB (or 0x6C10DB) is known color: Purple Heart. HEX triplet: 6C, 10 and DB. RGB value is (108,16,219). Sum of RGB (Red+Green+Blue) = 108+16+219=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10DB is #93EF24. Grayscale: #414141. Windows color (decimal): -9695013 or 14356588. OLE color: 14356588.

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

Color convert

RGB 108 16 219 -
CMYK 0.51 0.93 0 0.14
HSL 267.19º 0.86% 0.46% -
HSV(B) 267.19º 0.93% 0.86% -
XYZ 19.16 8.67 67.68 -
YUV 66.65 213.98 157.49 -
System Red Green Blue C M Y K H S L
Decimal 108 16 219 0.51 0.93 0 0.14 267.19 0.86 0.46
Hex 6C 10 DB 33 5D 0 E 10B 56 2E
Octal 154 20 333 63 135 0 16 413 126 56
Binary 1101100 10000 11011011 110011 1011101 0 1110 100001011 1010110 101110

Color Harmonies of #6C10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10DB

Black with #6C10DB

Text Example


Text Example

White with #6C10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,219); }

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

background-color css

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

 a { background-color: rgb(108,16,219); }

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

border-color css

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

 span { border-color: rgb(108,16,219); }

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