Html Css Color HEX #6113AE Purple Heart

📋 copy color: '#6113AE'

red 97 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #6113AE

Tints of Purple Heart #6113AE

RGB

 RED value IS 97 (38.28% from 255) = 33.45%

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

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

R = 33.45%
G = 6.55%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6113AE (or 0x6113AE) is known color: Purple Heart. HEX triplet: 61, 13 and AE. RGB value is (97,19,174). Sum of RGB (Red+Green+Blue) = 97+19+174=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #6113AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6113AE is #9EEC51. Grayscale: #3B3B3B. Windows color (decimal): -10415186 or 11408225. OLE color: 11408225.

HSL color Cylindrical-coordinate representation of color #6113AE: hue angle of 270.19º 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 #6113AE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 19 174 -
CMYK 0.44 0.89 0 0.32
HSL 270.19º 0.8% 0.38% -
HSV(B) 270.19º 0.89% 0.68% -
XYZ 12.8 6.06 40.54 -
YUV 59.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 97 19 174 0.44 0.89 0 0.32 270.19 0.8 0.38
Hex 61 13 AE 2C 59 0 20 10E 50 26
Octal 141 23 256 54 131 0 40 416 120 46
Binary 1100001 10011 10101110 101100 1011001 0 100000 100001110 1010000 100110

Color Harmonies of #6113AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6113AE

Black with #6113AE

Text Example


Text Example

White with #6113AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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