Html Css Color HEX #6812DC Purple Heart

📋 copy color: '#6812DC'

red 104 ◦ green 18 ◦ blue 220

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

Shades of Purple Heart #6812DC

Tints of Purple Heart #6812DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.26%

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

R = 30.41%
G = 5.26%
B = 64.33%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6812DC (or 0x6812DC) is known color: Purple Heart. HEX triplet: 68, 12 and DC. RGB value is (104,18,220). Sum of RGB (Red+Green+Blue) = 104+18+220=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6812DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812DC is #97ED23. Grayscale: #424242. Windows color (decimal): -9956644 or 14422632. OLE color: 14422632.

HSL color Cylindrical-coordinate representation of color #6812DC: hue angle of 265.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6812DC is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 18 220 -
CMYK 0.53 0.92 0 0.14
HSL 265.54º 0.85% 0.47% -
HSV(B) 265.54º 0.92% 0.86% -
XYZ 18.84 8.54 68.37 -
YUV 66.74 214.49 154.57 -
System Red Green Blue C M Y K H S L
Decimal 104 18 220 0.53 0.92 0 0.14 265.54 0.85 0.47
Hex 68 12 DC 35 5C 0 E 10A 55 2F
Octal 150 22 334 65 134 0 16 412 125 57
Binary 1101000 10010 11011100 110101 1011100 0 1110 100001010 1010101 101111

Color Harmonies of #6812DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812DC

Black with #6812DC

Text Example


Text Example

White with #6812DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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