Html Css Color HEX #6816DC Purple Heart

📋 copy color: '#6816DC'

red 104 ◦ green 22 ◦ blue 220

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

Shades of Purple Heart #6816DC

Tints of Purple Heart #6816DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 30.06%
G = 6.36%
B = 63.58%

CMYK

 C value IS 0.53

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6816DC (or 0x6816DC) is known color: Purple Heart. HEX triplet: 68, 16 and DC. RGB value is (104,22,220). Sum of RGB (Red+Green+Blue) = 104+22+220=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #6816DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816DC is #97E923. Grayscale: #444444. Windows color (decimal): -9955620 or 14423656. OLE color: 14423656.

HSL color Cylindrical-coordinate representation of color #6816DC: hue angle of 264.85º 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 #6816DC is Cyan = 0.53, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 22 220 -
CMYK 0.53 0.9 0 0.14
HSL 264.85º 0.82% 0.47% -
HSV(B) 264.85º 0.9% 0.86% -
XYZ 18.91 8.68 68.39 -
YUV 69.09 213.17 152.9 -
System Red Green Blue C M Y K H S L
Decimal 104 22 220 0.53 0.9 0 0.14 264.85 0.82 0.47
Hex 68 16 DC 35 5A 0 E 109 52 2F
Octal 150 26 334 65 132 0 16 411 122 57
Binary 1101000 10110 11011100 110101 1011010 0 1110 100001001 1010010 101111

Color Harmonies of #6816DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816DC

Black with #6816DC

Text Example


Text Example

White with #6816DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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