Html Css Color HEX #6011AC Purple Heart

📋 copy color: '#6011AC'

red 96 ◦ green 17 ◦ blue 172

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

Shades of Purple Heart #6011AC

Tints of Purple Heart #6011AC

RGB

 RED value IS 96 (37.89% from 255) = 33.68%

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 33.68%
G = 5.96%
B = 60.35%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6011AC (or 0x6011AC) is known color: Purple Heart. HEX triplet: 60, 11 and AC. RGB value is (96,17,172). Sum of RGB (Red+Green+Blue) = 96+17+172=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #6011AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6011AC is #9FEE53. Grayscale: #393939. Windows color (decimal): -10481236 or 11276640. OLE color: 11276640.

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

Color convert

RGB 96 17 172 -
CMYK 0.44 0.90 0 0.33
HSL 270.58º 0.82% 0.37% -
HSV(B) 270.58º 0.9% 0.67% -
XYZ 12.47 5.87 39.5 -
YUV 58.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 96 17 172 0.44 0.90 0 0.33 270.58 0.82 0.37
Hex 60 11 AC 2C 5A 0 21 10F 52 25
Octal 140 21 254 54 132 0 41 417 122 45
Binary 1100000 10001 10101100 101100 1011010 0 100001 100001111 1010010 100101

Color Harmonies of #6011AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011AC

Black with #6011AC

Text Example


Text Example

White with #6011AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6011AC; }

 p { color: rgb(96,17,172); }

 H1.HeaderClassName
 {
   color: #6011AC;
 }
 .AnyTagClassName
 {
   color: #6011AC;
 }
</style>

background-color css

<style>
 a { background-color: #6011AC; }

 a { background-color: rgb(96,17,172); }

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

border-color css

<style>
 span { border-color: #6011AC; }

 span { border-color: rgb(96,17,172); }

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