Html Css Color HEX #6815DC Purple Heart

📋 copy color: '#6815DC'

red 104 ◦ green 21 ◦ blue 220

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

Shades of Purple Heart #6815DC

Tints of Purple Heart #6815DC

RGB

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

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

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

R = 30.14%
G = 6.09%
B = 63.77%

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

#6815DC (or 0x6815DC) is known color: Purple Heart. HEX triplet: 68, 15 and DC. RGB value is (104,21,220). Sum of RGB (Red+Green+Blue) = 104+21+220=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6815DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815DC is #97EA23. Grayscale: #434343. Windows color (decimal): -9955876 or 14423400. OLE color: 14423400.

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

Color convert

RGB 104 21 220 -
CMYK 0.53 0.90 0 0.14
HSL 265.03º 0.83% 0.47% -
HSV(B) 265.03º 0.9% 0.86% -
XYZ 18.9 8.65 68.38 -
YUV 68.5 213.5 153.32 -
System Red Green Blue C M Y K H S L
Decimal 104 21 220 0.53 0.90 0 0.14 265.03 0.83 0.47
Hex 68 15 DC 35 5A 0 E 109 53 2F
Octal 150 25 334 65 132 0 16 411 123 57
Binary 1101000 10101 11011100 110101 1011010 0 1110 100001001 1010011 101111

Color Harmonies of #6815DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815DC

Black with #6815DC

Text Example


Text Example

White with #6815DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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