Html Css Color HEX #6814CE Purple Heart

📋 copy color: '#6814CE'

red 104 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #6814CE

Tints of Purple Heart #6814CE

RGB

 RED value IS 104 (41.02% from 255) = 31.52%

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

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

R = 31.52%
G = 6.06%
B = 62.42%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6814CE (or 0x6814CE) is known color: Purple Heart. HEX triplet: 68, 14 and CE. RGB value is (104,20,206). Sum of RGB (Red+Green+Blue) = 104+20+206=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #6814CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814CE is #97EB31. Grayscale: #414141. Windows color (decimal): -9956146 or 13505640. OLE color: 13505640.

HSL color Cylindrical-coordinate representation of color #6814CE: hue angle of 267.1º 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 #6814CE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 20 206 -
CMYK 0.50 0.90 0 0.19
HSL 267.1º 0.82% 0.44% -
HSV(B) 267.1º 0.9% 0.81% -
XYZ 17.1 7.9 59.02 -
YUV 66.32 206.83 154.88 -
System Red Green Blue C M Y K H S L
Decimal 104 20 206 0.50 0.90 0 0.19 267.1 0.82 0.44
Hex 68 14 CE 32 5A 0 13 10B 52 2C
Octal 150 24 316 62 132 0 23 413 122 54
Binary 1101000 10100 11001110 110010 1011010 0 10011 100001011 1010010 101100

Color Harmonies of #6814CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814CE

Black with #6814CE

Text Example


Text Example

White with #6814CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6814CE; }

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

 H1.HeaderClassName
 {
   color: #6814CE;
 }
 .AnyTagClassName
 {
   color: #6814CE;
 }
</style>

background-color css

<style>
 a { background-color: #6814CE; }

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

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

border-color css

<style>
 span { border-color: #6814CE; }

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

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