Html Css Color HEX #6111AD Purple Heart

📋 copy color: '#6111AD'

red 97 ◦ green 17 ◦ blue 173

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

Shades of Purple Heart #6111AD

Tints of Purple Heart #6111AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 33.8%
G = 5.92%
B = 60.28%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6111AD (or 0x6111AD) is known color: Purple Heart. HEX triplet: 61, 11 and AD. RGB value is (97,17,173). Sum of RGB (Red+Green+Blue) = 97+17+173=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6111AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6111AD is #9EEE52. Grayscale: #3A3A3A. Windows color (decimal): -10415699 or 11342177. OLE color: 11342177.

HSL color Cylindrical-coordinate representation of color #6111AD: hue angle of 270.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6111AD is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 17 173 -
CMYK 0.44 0.90 0 0.32
HSL 270.77º 0.82% 0.37% -
HSV(B) 270.77º 0.9% 0.68% -
XYZ 12.67 5.96 40.02 -
YUV 58.7 192.5 155.32 -
System Red Green Blue C M Y K H S L
Decimal 97 17 173 0.44 0.90 0 0.32 270.77 0.82 0.37
Hex 61 11 AD 2C 5A 0 20 10F 52 25
Octal 141 21 255 54 132 0 40 417 122 45
Binary 1100001 10001 10101101 101100 1011010 0 100000 100001111 1010010 100101

Color Harmonies of #6111AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111AD

Black with #6111AD

Text Example


Text Example

White with #6111AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6111AD; }

 p { color: rgb(97,17,173); }

 H1.HeaderClassName
 {
   color: #6111AD;
 }
 .AnyTagClassName
 {
   color: #6111AD;
 }
</style>

background-color css

<style>
 a { background-color: #6111AD; }

 a { background-color: rgb(97,17,173); }

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

border-color css

<style>
 span { border-color: #6111AD; }

 span { border-color: rgb(97,17,173); }

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