Html Css Color HEX #600FAA Purple Heart

📋 copy color: '#600FAA'

red 96 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #600FAA

Tints of Purple Heart #600FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

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

R = 34.16%
G = 5.34%
B = 60.5%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600FAA (or 0x600FAA) is known color: Purple Heart. HEX triplet: 60, 0F and AA. RGB value is (96,15,170). Sum of RGB (Red+Green+Blue) = 96+15+170=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #600FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600FAA is #9FF055. Grayscale: #383838. Windows color (decimal): -10481750 or 11145056. OLE color: 11145056.

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

Color convert

RGB 96 15 170 -
CMYK 0.44 0.91 0 0.33
HSL 271.35º 0.84% 0.36% -
HSV(B) 271.35º 0.91% 0.67% -
XYZ 12.25 5.73 38.49 -
YUV 56.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 96 15 170 0.44 0.91 0 0.33 271.35 0.84 0.36
Hex 60 F AA 2C 5B 0 21 10F 54 24
Octal 140 17 252 54 133 0 41 417 124 44
Binary 1100000 1111 10101010 101100 1011011 0 100001 100001111 1010100 100100

Color Harmonies of #600FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FAA

Black with #600FAA

Text Example


Text Example

White with #600FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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