Html Css Color HEX #600BBE Purple Heart

📋 copy color: '#600BBE'

red 96 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #600BBE

Tints of Purple Heart #600BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 32.32%
G = 3.7%
B = 63.97%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#600BBE (or 0x600BBE) is known color: Purple Heart. HEX triplet: 60, 0B and BE. RGB value is (96,11,190). Sum of RGB (Red+Green+Blue) = 96+11+190=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #600BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BBE is #9FF441. Grayscale: #383838. Windows color (decimal): -10482754 or 12454752. OLE color: 12454752.

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

Color convert

RGB 96 11 190 -
CMYK 0.49 0.94 0 0.25
HSL 268.49º 0.89% 0.39% -
HSV(B) 268.49º 0.94% 0.75% -
XYZ 14.24 6.44 49.21 -
YUV 56.82 203.16 155.95 -
System Red Green Blue C M Y K H S L
Decimal 96 11 190 0.49 0.94 0 0.25 268.49 0.89 0.39
Hex 60 B BE 31 5E 0 19 10C 59 27
Octal 140 13 276 61 136 0 31 414 131 47
Binary 1100000 1011 10111110 110001 1011110 0 11001 100001100 1011001 100111

Color Harmonies of #600BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BBE

Black with #600BBE

Text Example


Text Example

White with #600BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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