Html Css Color HEX #600BAE Purple Heart

📋 copy color: '#600BAE'

red 96 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #600BAE

Tints of Purple Heart #600BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 34.16%
G = 3.91%
B = 61.92%

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

#600BAE (or 0x600BAE) is known color: Purple Heart. HEX triplet: 60, 0B and AE. RGB value is (96,11,174). Sum of RGB (Red+Green+Blue) = 96+11+174=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #600BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BAE is #9FF451. Grayscale: #363636. Windows color (decimal): -10482770 or 11406176. OLE color: 11406176.

HSL color Cylindrical-coordinate representation of color #600BAE: hue angle of 271.29º degrees, saturation: 0.88, 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 #600BAE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 11 174 -
CMYK 0.45 0.94 0 0.32
HSL 271.29º 0.88% 0.36% -
HSV(B) 271.29º 0.94% 0.68% -
XYZ 12.58 5.78 40.5 -
YUV 55 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 96 11 174 0.45 0.94 0 0.32 271.29 0.88 0.36
Hex 60 B AE 2D 5E 0 20 10F 58 24
Octal 140 13 256 55 136 0 40 417 130 44
Binary 1100000 1011 10101110 101101 1011110 0 100000 100001111 1011000 100100

Color Harmonies of #600BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BAE

Black with #600BAE

Text Example


Text Example

White with #600BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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