Html Css Color HEX #600BAF Purple Heart

📋 copy color: '#600BAF'

red 96 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #600BAF

Tints of Purple Heart #600BAF

RGB

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

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

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

R = 34.04%
G = 3.9%
B = 62.06%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#600BAF (or 0x600BAF) is known color: Purple Heart. HEX triplet: 60, 0B and AF. RGB value is (96,11,175). Sum of RGB (Red+Green+Blue) = 96+11+175=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #600BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BAF is #9FF450. Grayscale: #363636. Windows color (decimal): -10482769 or 11471712. OLE color: 11471712.

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

Color convert

RGB 96 11 175 -
CMYK 0.45 0.94 0 0.31
HSL 271.1º 0.88% 0.36% -
HSV(B) 271.1º 0.94% 0.69% -
XYZ 12.68 5.82 41.01 -
YUV 55.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 96 11 175 0.45 0.94 0 0.31 271.1 0.88 0.36
Hex 60 B AF 2D 5E 0 1F 10F 58 24
Octal 140 13 257 55 136 0 37 417 130 44
Binary 1100000 1011 10101111 101101 1011110 0 11111 100001111 1011000 100100

Color Harmonies of #600BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BAF

Black with #600BAF

Text Example


Text Example

White with #600BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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