Html Css Color HEX #6813AE Purple Heart

📋 copy color: '#6813AE'

red 104 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #6813AE

Tints of Purple Heart #6813AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 35.02%
G = 6.4%
B = 58.59%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6813AE (or 0x6813AE) is known color: Purple Heart. HEX triplet: 68, 13 and AE. RGB value is (104,19,174). Sum of RGB (Red+Green+Blue) = 104+19+174=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #6813AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6813AE is #97EC51. Grayscale: #3D3D3D. Windows color (decimal): -9956434 or 11408232. OLE color: 11408232.

HSL color Cylindrical-coordinate representation of color #6813AE: hue angle of 272.9º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6813AE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 19 174 -
CMYK 0.40 0.89 0 0.32
HSL 272.9º 0.8% 0.38% -
HSV(B) 272.9º 0.89% 0.68% -
XYZ 13.58 6.46 40.58 -
YUV 62.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 104 19 174 0.40 0.89 0 0.32 272.9 0.8 0.38
Hex 68 13 AE 28 59 0 20 111 50 26
Octal 150 23 256 50 131 0 40 421 120 46
Binary 1101000 10011 10101110 101000 1011001 0 100000 100010001 1010000 100110

Color Harmonies of #6813AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6813AE

Black with #6813AE

Text Example


Text Example

White with #6813AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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