Html Css Color HEX #6816DE Purple Heart

📋 copy color: '#6816DE'

red 104 ◦ green 22 ◦ blue 222

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

Shades of Purple Heart #6816DE

Tints of Purple Heart #6816DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 29.89%
G = 6.32%
B = 63.79%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6816DE (or 0x6816DE) is known color: Purple Heart. HEX triplet: 68, 16 and DE. RGB value is (104,22,222). Sum of RGB (Red+Green+Blue) = 104+22+222=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #6816DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816DE is #97E921. Grayscale: #444444. Windows color (decimal): -9955618 or 14554728. OLE color: 14554728.

HSL color Cylindrical-coordinate representation of color #6816DE: hue angle of 264.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6816DE is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 22 222 -
CMYK 0.53 0.90 0 0.13
HSL 264.6º 0.82% 0.48% -
HSV(B) 264.6º 0.9% 0.87% -
XYZ 19.18 8.79 69.79 -
YUV 69.32 214.17 152.74 -
System Red Green Blue C M Y K H S L
Decimal 104 22 222 0.53 0.90 0 0.13 264.6 0.82 0.48
Hex 68 16 DE 35 5A 0 D 109 52 30
Octal 150 26 336 65 132 0 15 411 122 60
Binary 1101000 10110 11011110 110101 1011010 0 1101 100001001 1010010 110000

Color Harmonies of #6816DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816DE

Black with #6816DE

Text Example


Text Example

White with #6816DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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