Html Css Color HEX #6813BE Purple Heart

📋 copy color: '#6813BE'

red 104 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #6813BE

Tints of Purple Heart #6813BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 33.23%
G = 6.07%
B = 60.7%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6813BE (or 0x6813BE) is known color: Purple Heart. HEX triplet: 68, 13 and BE. RGB value is (104,19,190). Sum of RGB (Red+Green+Blue) = 104+19+190=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #6813BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6813BE is #97EC41. Grayscale: #3F3F3F. Windows color (decimal): -9956418 or 12456808. OLE color: 12456808.

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

Color convert

RGB 104 19 190 -
CMYK 0.45 0.90 0 0.25
HSL 269.82º 0.82% 0.41% -
HSV(B) 269.82º 0.9% 0.75% -
XYZ 15.24 7.13 49.29 -
YUV 63.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 104 19 190 0.45 0.90 0 0.25 269.82 0.82 0.41
Hex 68 13 BE 2D 5A 0 19 10E 52 29
Octal 150 23 276 55 132 0 31 416 122 51
Binary 1101000 10011 10111110 101101 1011010 0 11001 100001110 1010010 101001

Color Harmonies of #6813BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6813BE

Black with #6813BE

Text Example


Text Example

White with #6813BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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