Html Css Color HEX #6C14CE Purple Heart

📋 copy color: '#6C14CE'

red 108 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #6C14CE

Tints of Purple Heart #6C14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 32.34%
G = 5.99%
B = 61.68%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C14CE (or 0x6C14CE) is known color: Purple Heart. HEX triplet: 6C, 14 and CE. RGB value is (108,20,206). Sum of RGB (Red+Green+Blue) = 108+20+206=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C14CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C14CE is #93EB31. Grayscale: #424242. Windows color (decimal): -9694002 or 13505644. OLE color: 13505644.

HSL color Cylindrical-coordinate representation of color #6C14CE: hue angle of 268.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C14CE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 20 206 -
CMYK 0.48 0.90 0 0.19
HSL 268.39º 0.82% 0.44% -
HSV(B) 268.39º 0.9% 0.81% -
XYZ 17.58 8.14 59.04 -
YUV 67.52 206.15 156.88 -
System Red Green Blue C M Y K H S L
Decimal 108 20 206 0.48 0.90 0 0.19 268.39 0.82 0.44
Hex 6C 14 CE 30 5A 0 13 10C 52 2C
Octal 154 24 316 60 132 0 23 414 122 54
Binary 1101100 10100 11001110 110000 1011010 0 10011 100001100 1010010 101100

Color Harmonies of #6C14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C14CE

Black with #6C14CE

Text Example


Text Example

White with #6C14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,20,206); }

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

background-color css

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

 a { background-color: rgb(108,20,206); }

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

border-color css

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

 span { border-color: rgb(108,20,206); }

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