Html Css Color HEX #6117AE Purple Heart

📋 copy color: '#6117AE'

red 97 ◦ green 23 ◦ blue 174

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

Shades of Purple Heart #6117AE

Tints of Purple Heart #6117AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 32.99%
G = 7.82%
B = 59.18%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6117AE (or 0x6117AE) is known color: Purple Heart. HEX triplet: 61, 17 and AE. RGB value is (97,23,174). Sum of RGB (Red+Green+Blue) = 97+23+174=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6117AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6117AE is #9EE851. Grayscale: #3D3D3D. Windows color (decimal): -10414162 or 11409249. OLE color: 11409249.

HSL color Cylindrical-coordinate representation of color #6117AE: hue angle of 269.4º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6117AE is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 23 174 -
CMYK 0.44 0.87 0 0.32
HSL 269.4º 0.77% 0.39% -
HSV(B) 269.4º 0.87% 0.68% -
XYZ 12.88 6.21 40.56 -
YUV 62.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 97 23 174 0.44 0.87 0 0.32 269.4 0.77 0.39
Hex 61 17 AE 2C 57 0 20 10D 4D 27
Octal 141 27 256 54 127 0 40 415 115 47
Binary 1100001 10111 10101110 101100 1010111 0 100000 100001101 1001101 100111

Color Harmonies of #6117AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117AE

Black with #6117AE

Text Example


Text Example

White with #6117AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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