Html Css Color HEX #600BAA Purple Heart

📋 copy color: '#600BAA'

red 96 ◦ green 11 ◦ blue 170

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

Shades of Purple Heart #600BAA

Tints of Purple Heart #600BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.97%

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 34.66%
G = 3.97%
B = 61.37%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600BAA (or 0x600BAA) is known color: Purple Heart. HEX triplet: 60, 0B and AA. RGB value is (96,11,170). Sum of RGB (Red+Green+Blue) = 96+11+170=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #600BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BAA is #9FF455. Grayscale: #353535. Windows color (decimal): -10482774 or 11144032. OLE color: 11144032.

HSL color Cylindrical-coordinate representation of color #600BAA: hue angle of 272.08º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600BAA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 11 170 -
CMYK 0.44 0.94 0 0.33
HSL 272.08º 0.88% 0.35% -
HSV(B) 272.08º 0.94% 0.67% -
XYZ 12.2 5.63 38.47 -
YUV 54.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 96 11 170 0.44 0.94 0 0.33 272.08 0.88 0.35
Hex 60 B AA 2C 5E 0 21 110 58 23
Octal 140 13 252 54 136 0 41 420 130 43
Binary 1100000 1011 10101010 101100 1011110 0 100001 100010000 1011000 100011

Color Harmonies of #600BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BAA

Black with #600BAA

Text Example


Text Example

White with #600BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600BAA; }

 p { color: rgb(96,11,170); }

 H1.HeaderClassName
 {
   color: #600BAA;
 }
 .AnyTagClassName
 {
   color: #600BAA;
 }
</style>

background-color css

<style>
 a { background-color: #600BAA; }

 a { background-color: rgb(96,11,170); }

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

border-color css

<style>
 span { border-color: #600BAA; }

 span { border-color: rgb(96,11,170); }

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