Html Css Color HEX #6812BE Purple Heart

📋 copy color: '#6812BE'

red 104 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #6812BE

Tints of Purple Heart #6812BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 33.33%
G = 5.77%
B = 60.9%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6812BE (or 0x6812BE) is known color: Purple Heart. HEX triplet: 68, 12 and BE. RGB value is (104,18,190). Sum of RGB (Red+Green+Blue) = 104+18+190=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #6812BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6812BE is #97ED41. Grayscale: #3E3E3E. Windows color (decimal): -9956674 or 12456552. OLE color: 12456552.

HSL color Cylindrical-coordinate representation of color #6812BE: hue angle of 270º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6812BE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 18 190 -
CMYK 0.45 0.91 0 0.25
HSL 270º 0.83% 0.41% -
HSV(B) 270º 0.91% 0.75% -
XYZ 15.22 7.09 49.28 -
YUV 63.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 104 18 190 0.45 0.91 0 0.25 270 0.83 0.41
Hex 68 12 BE 2D 5B 0 19 10E 53 29
Octal 150 22 276 55 133 0 31 416 123 51
Binary 1101000 10010 10111110 101101 1011011 0 11001 100001110 1010011 101001

Color Harmonies of #6812BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812BE

Black with #6812BE

Text Example


Text Example

White with #6812BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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