Html Css Color HEX #600BAC Purple Heart

📋 copy color: '#600BAC'

red 96 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #600BAC

Tints of Purple Heart #600BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 34.41%
G = 3.94%
B = 61.65%

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

#600BAC (or 0x600BAC) is known color: Purple Heart. HEX triplet: 60, 0B and AC. RGB value is (96,11,172). Sum of RGB (Red+Green+Blue) = 96+11+172=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #600BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BAC is #9FF453. Grayscale: #363636. Windows color (decimal): -10482772 or 11275104. OLE color: 11275104.

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

Color convert

RGB 96 11 172 -
CMYK 0.44 0.94 0 0.33
HSL 271.68º 0.88% 0.36% -
HSV(B) 271.68º 0.94% 0.67% -
XYZ 12.39 5.7 39.48 -
YUV 54.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 96 11 172 0.44 0.94 0 0.33 271.68 0.88 0.36
Hex 60 B AC 2C 5E 0 21 110 58 24
Octal 140 13 254 54 136 0 41 420 130 44
Binary 1100000 1011 10101100 101100 1011110 0 100001 100010000 1011000 100100

Color Harmonies of #600BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BAC

Black with #600BAC

Text Example


Text Example

White with #600BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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