Html Css Color HEX #600AAD Purple Heart

📋 copy color: '#600AAD'

red 96 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #600AAD

Tints of Purple Heart #600AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.58%

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

R = 34.41%
G = 3.58%
B = 62.01%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#600AAD (or 0x600AAD) is known color: Purple Heart. HEX triplet: 60, 0A and AD. RGB value is (96,10,173). Sum of RGB (Red+Green+Blue) = 96+10+173=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #600AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600AAD is #9FF552. Grayscale: #353535. Windows color (decimal): -10483027 or 11340384. OLE color: 11340384.

HSL color Cylindrical-coordinate representation of color #600AAD: hue angle of 271.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600AAD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 10 173 -
CMYK 0.45 0.94 0 0.32
HSL 271.66º 0.89% 0.36% -
HSV(B) 271.66º 0.94% 0.68% -
XYZ 12.48 5.72 39.98 -
YUV 54.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 96 10 173 0.45 0.94 0 0.32 271.66 0.89 0.36
Hex 60 A AD 2D 5E 0 20 110 59 24
Octal 140 12 255 55 136 0 40 420 131 44
Binary 1100000 1010 10101101 101101 1011110 0 100000 100010000 1011001 100100

Color Harmonies of #600AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600AAD

Black with #600AAD

Text Example


Text Example

White with #600AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,10,173); }

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

background-color css

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

 a { background-color: rgb(96,10,173); }

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

border-color css

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

 span { border-color: rgb(96,10,173); }

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