Html Css Color HEX #600BBB Purple Heart

📋 copy color: '#600BBB'

red 96 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #600BBB

Tints of Purple Heart #600BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 32.65%
G = 3.74%
B = 63.61%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#600BBB (or 0x600BBB) is known color: Purple Heart. HEX triplet: 60, 0B and BB. RGB value is (96,11,187). Sum of RGB (Red+Green+Blue) = 96+11+187=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #600BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BBB is #9FF444. Grayscale: #373737. Windows color (decimal): -10482757 or 12258144. OLE color: 12258144.

HSL color Cylindrical-coordinate representation of color #600BBB: hue angle of 268.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600BBB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 11 187 -
CMYK 0.49 0.94 0 0.27
HSL 268.98º 0.89% 0.39% -
HSV(B) 268.98º 0.94% 0.73% -
XYZ 13.91 6.31 47.5 -
YUV 56.48 201.66 156.19 -
System Red Green Blue C M Y K H S L
Decimal 96 11 187 0.49 0.94 0 0.27 268.98 0.89 0.39
Hex 60 B BB 31 5E 0 1B 10D 59 27
Octal 140 13 273 61 136 0 33 415 131 47
Binary 1100000 1011 10111011 110001 1011110 0 11011 100001101 1011001 100111

Color Harmonies of #600BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BBB

Black with #600BBB

Text Example


Text Example

White with #600BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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