Html Css Color HEX #6011AF Purple Heart

📋 copy color: '#6011AF'

red 96 ◦ green 17 ◦ blue 175

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

Shades of Purple Heart #6011AF

Tints of Purple Heart #6011AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 33.33%
G = 5.9%
B = 60.76%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6011AF (or 0x6011AF) is known color: Purple Heart. HEX triplet: 60, 11 and AF. RGB value is (96,17,175). Sum of RGB (Red+Green+Blue) = 96+17+175=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #6011AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6011AF is #9FEE50. Grayscale: #3A3A3A. Windows color (decimal): -10481233 or 11473248. OLE color: 11473248.

HSL color Cylindrical-coordinate representation of color #6011AF: hue angle of 270º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6011AF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 17 175 -
CMYK 0.45 0.90 0 0.31
HSL 270º 0.82% 0.38% -
HSV(B) 270º 0.9% 0.69% -
XYZ 12.76 5.98 41.04 -
YUV 58.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 96 17 175 0.45 0.90 0 0.31 270 0.82 0.38
Hex 60 11 AF 2D 5A 0 1F 10E 52 26
Octal 140 21 257 55 132 0 37 416 122 46
Binary 1100000 10001 10101111 101101 1011010 0 11111 100001110 1010010 100110

Color Harmonies of #6011AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011AF

Black with #6011AF

Text Example


Text Example

White with #6011AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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