Html Css Color HEX #600BB8 Purple Heart

📋 copy color: '#600BB8'

red 96 ◦ green 11 ◦ blue 184

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

Shades of Purple Heart #600BB8

Tints of Purple Heart #600BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.23%

R = 32.99%
G = 3.78%
B = 63.23%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#600BB8 (or 0x600BB8) is known color: Purple Heart. HEX triplet: 60, 0B and B8. RGB value is (96,11,184). Sum of RGB (Red+Green+Blue) = 96+11+184=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #600BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BB8 is #9FF447. Grayscale: #373737. Windows color (decimal): -10482760 or 12061536. OLE color: 12061536.

HSL color Cylindrical-coordinate representation of color #600BB8: hue angle of 269.48º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600BB8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 11 184 -
CMYK 0.48 0.94 0 0.28
HSL 269.48º 0.89% 0.38% -
HSV(B) 269.48º 0.94% 0.72% -
XYZ 13.6 6.19 45.83 -
YUV 56.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 96 11 184 0.48 0.94 0 0.28 269.48 0.89 0.38
Hex 60 B B8 30 5E 0 1C 10D 59 26
Octal 140 13 270 60 136 0 34 415 131 46
Binary 1100000 1011 10111000 110000 1011110 0 11100 100001101 1011001 100110

Color Harmonies of #600BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BB8

Black with #600BB8

Text Example


Text Example

White with #600BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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