Html Css Color HEX #6815CE Purple Heart

📋 copy color: '#6815CE'

red 104 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #6815CE

Tints of Purple Heart #6815CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.34%

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

R = 31.42%
G = 6.34%
B = 62.24%

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

#6815CE (or 0x6815CE) is known color: Purple Heart. HEX triplet: 68, 15 and CE. RGB value is (104,21,206). Sum of RGB (Red+Green+Blue) = 104+21+206=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #6815CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815CE is #97EA31. Grayscale: #424242. Windows color (decimal): -9955890 or 13505896. OLE color: 13505896.

HSL color Cylindrical-coordinate representation of color #6815CE: hue angle of 266.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6815CE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 21 206 -
CMYK 0.50 0.90 0 0.19
HSL 266.92º 0.81% 0.45% -
HSV(B) 266.92º 0.9% 0.81% -
XYZ 17.12 7.94 59.02 -
YUV 66.91 206.5 154.46 -
System Red Green Blue C M Y K H S L
Decimal 104 21 206 0.50 0.90 0 0.19 266.92 0.81 0.45
Hex 68 15 CE 32 5A 0 13 10B 51 2D
Octal 150 25 316 62 132 0 23 413 121 55
Binary 1101000 10101 11001110 110010 1011010 0 10011 100001011 1010001 101101

Color Harmonies of #6815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815CE

Black with #6815CE

Text Example


Text Example

White with #6815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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