Html Css Color HEX #600FBB Purple Heart

📋 copy color: '#600FBB'

red 96 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #600FBB

Tints of Purple Heart #600FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

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

R = 32.21%
G = 5.03%
B = 62.75%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#600FBB (or 0x600FBB) is known color: Purple Heart. HEX triplet: 60, 0F and BB. RGB value is (96,15,187). Sum of RGB (Red+Green+Blue) = 96+15+187=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #600FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FBB is #9FF044. Grayscale: #3A3A3A. Windows color (decimal): -10481733 or 12259168. OLE color: 12259168.

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

Color convert

RGB 96 15 187 -
CMYK 0.49 0.92 0 0.27
HSL 268.26º 0.85% 0.4% -
HSV(B) 268.26º 0.92% 0.73% -
XYZ 13.96 6.42 47.52 -
YUV 58.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 96 15 187 0.49 0.92 0 0.27 268.26 0.85 0.4
Hex 60 F BB 31 5C 0 1B 10C 55 28
Octal 140 17 273 61 134 0 33 414 125 50
Binary 1100000 1111 10111011 110001 1011100 0 11011 100001100 1010101 101000

Color Harmonies of #600FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FBB

Black with #600FBB

Text Example


Text Example

White with #600FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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