Html Css Color HEX #600BB0 Purple Heart

📋 copy color: '#600BB0'

red 96 ◦ green 11 ◦ blue 176

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

Shades of Purple Heart #600BB0

Tints of Purple Heart #600BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 62.19%

R = 33.92%
G = 3.89%
B = 62.19%

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

#600BB0 (or 0x600BB0) is known color: Purple Heart. HEX triplet: 60, 0B and B0. RGB value is (96,11,176). Sum of RGB (Red+Green+Blue) = 96+11+176=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #600BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BB0 is #9FF44F. Grayscale: #363636. Windows color (decimal): -10482768 or 11537248. OLE color: 11537248.

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

Color convert

RGB 96 11 176 -
CMYK 0.45 0.94 0 0.31
HSL 270.91º 0.88% 0.37% -
HSV(B) 270.91º 0.94% 0.69% -
XYZ 12.78 5.86 41.53 -
YUV 55.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 96 11 176 0.45 0.94 0 0.31 270.91 0.88 0.37
Hex 60 B B0 2D 5E 0 1F 10F 58 25
Octal 140 13 260 55 136 0 37 417 130 45
Binary 1100000 1011 10110000 101101 1011110 0 11111 100001111 1011000 100101

Color Harmonies of #600BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BB0

Black with #600BB0

Text Example


Text Example

White with #600BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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