Html Css Color HEX #6816CE Purple Heart

📋 copy color: '#6816CE'

red 104 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6816CE

Tints of Purple Heart #6816CE

RGB

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

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

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

R = 31.33%
G = 6.63%
B = 62.05%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6816CE (or 0x6816CE) is known color: Purple Heart. HEX triplet: 68, 16 and CE. RGB value is (104,22,206). Sum of RGB (Red+Green+Blue) = 104+22+206=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #6816CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816CE is #97E931. Grayscale: #424242. Windows color (decimal): -9955634 or 13506152. OLE color: 13506152.

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

Color convert

RGB 104 22 206 -
CMYK 0.50 0.89 0 0.19
HSL 266.74º 0.81% 0.45% -
HSV(B) 266.74º 0.89% 0.81% -
XYZ 17.14 7.97 59.03 -
YUV 67.49 206.17 154.04 -
System Red Green Blue C M Y K H S L
Decimal 104 22 206 0.50 0.89 0 0.19 266.74 0.81 0.45
Hex 68 16 CE 32 59 0 13 10B 51 2D
Octal 150 26 316 62 131 0 23 413 121 55
Binary 1101000 10110 11001110 110010 1011001 0 10011 100001011 1010001 101101

Color Harmonies of #6816CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816CE

Black with #6816CE

Text Example


Text Example

White with #6816CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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