Html Css Color HEX #6812BC Purple Heart

📋 copy color: '#6812BC'

red 104 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6812BC

Tints of Purple Heart #6812BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 33.55%
G = 5.81%
B = 60.65%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6812BC (or 0x6812BC) is known color: Purple Heart. HEX triplet: 68, 12 and BC. RGB value is (104,18,188). Sum of RGB (Red+Green+Blue) = 104+18+188=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6812BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812BC is #97ED43. Grayscale: #3E3E3E. Windows color (decimal): -9956676 or 12325480. OLE color: 12325480.

HSL color Cylindrical-coordinate representation of color #6812BC: hue angle of 270.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6812BC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 18 188 -
CMYK 0.45 0.90 0 0.26
HSL 270.35º 0.83% 0.4% -
HSV(B) 270.35º 0.9% 0.74% -
XYZ 15 7.01 48.14 -
YUV 63.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 104 18 188 0.45 0.90 0 0.26 270.35 0.83 0.4
Hex 68 12 BC 2D 5A 0 1A 10E 53 28
Octal 150 22 274 55 132 0 32 416 123 50
Binary 1101000 10010 10111100 101101 1011010 0 11010 100001110 1010011 101000

Color Harmonies of #6812BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812BC

Black with #6812BC

Text Example


Text Example

White with #6812BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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