Html Css Color HEX #6816DB Purple Heart

📋 copy color: '#6816DB'

red 104 ◦ green 22 ◦ blue 219

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

Shades of Purple Heart #6816DB

Tints of Purple Heart #6816DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 30.14%
G = 6.38%
B = 63.48%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6816DB (or 0x6816DB) is known color: Purple Heart. HEX triplet: 68, 16 and DB. RGB value is (104,22,219). Sum of RGB (Red+Green+Blue) = 104+22+219=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6816DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816DB is #97E924. Grayscale: #444444. Windows color (decimal): -9955621 or 14358120. OLE color: 14358120.

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

Color convert

RGB 104 22 219 -
CMYK 0.53 0.90 0 0.14
HSL 264.97º 0.82% 0.47% -
HSV(B) 264.97º 0.9% 0.86% -
XYZ 18.78 8.63 67.69 -
YUV 68.98 212.67 152.98 -
System Red Green Blue C M Y K H S L
Decimal 104 22 219 0.53 0.90 0 0.14 264.97 0.82 0.47
Hex 68 16 DB 35 5A 0 E 109 52 2F
Octal 150 26 333 65 132 0 16 411 122 57
Binary 1101000 10110 11011011 110101 1011010 0 1110 100001001 1010010 101111

Color Harmonies of #6816DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816DB

Black with #6816DB

Text Example


Text Example

White with #6816DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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