Html Css Color HEX #6812D0 Purple Heart

📋 copy color: '#6812D0'

red 104 ◦ green 18 ◦ blue 208

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

Shades of Purple Heart #6812D0

Tints of Purple Heart #6812D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 63.03%

R = 31.52%
G = 5.45%
B = 63.03%

CMYK

 C value IS 0.5

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6812D0 (or 0x6812D0) is known color: Purple Heart. HEX triplet: 68, 12 and D0. RGB value is (104,18,208). Sum of RGB (Red+Green+Blue) = 104+18+208=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 208 (81.64% from 255 or 63.03% from 330); Max value from RGB is 208 - color contains mainly: blue. Hex color #6812D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812D0 is #97ED2F. Grayscale: #404040. Windows color (decimal): -9956656 or 13636200. OLE color: 13636200.

HSL color Cylindrical-coordinate representation of color #6812D0: hue angle of 267.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6812D0 is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 18 208 -
CMYK 0.5 0.91 0 0.18
HSL 267.16º 0.84% 0.44% -
HSV(B) 267.16º 0.91% 0.82% -
XYZ 17.31 7.93 60.29 -
YUV 65.37 208.49 155.55 -
System Red Green Blue C M Y K H S L
Decimal 104 18 208 0.5 0.91 0 0.18 267.16 0.84 0.44
Hex 68 12 D0 32 5B 0 12 10B 54 2C
Octal 150 22 320 62 133 0 22 413 124 54
Binary 1101000 10010 11010000 110010 1011011 0 10010 100001011 1010100 101100

Color Harmonies of #6812D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812D0

Black with #6812D0

Text Example


Text Example

White with #6812D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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