Html Css Color HEX #5F2BBB Purple Heart

📋 copy color: '#5F2BBB'

red 95 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #5F2BBB

Tints of Purple Heart #5F2BBB

RGB

 RED value IS 95 (37.5% from 255) = 29.23%

 GREEN value IS 43 (17.19% from 255) = 13.23%

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

R = 29.23%
G = 13.23%
B = 57.54%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F2BBB (or 0x5F2BBB) is known color: Purple Heart. HEX triplet: 5F, 2B and BB. RGB value is (95,43,187). Sum of RGB (Red+Green+Blue) = 95+43+187=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BBB is #A0D444. Grayscale: #4A4A4A. Windows color (decimal): -10540101 or 12266335. OLE color: 12266335.

HSL color Cylindrical-coordinate representation of color #5F2BBB: hue angle of 261.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2BBB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 43 187 -
CMYK 0.49 0.77 0 0.27
HSL 261.67º 0.63% 0.45% -
HSV(B) 261.67º 0.77% 0.73% -
XYZ 14.55 7.75 47.74 -
YUV 74.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 95 43 187 0.49 0.77 0 0.27 261.67 0.63 0.45
Hex 5F 2B BB 31 4D 0 1B 106 3F 2D
Octal 137 53 273 61 115 0 33 406 77 55
Binary 1011111 101011 10111011 110001 1001101 0 11011 100000110 111111 101101

Color Harmonies of #5F2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2BBB

Black with #5F2BBB

Text Example


Text Example

White with #5F2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2BBB; }

 p { color: rgb(95,43,187); }

 H1.HeaderClassName
 {
   color: #5F2BBB;
 }
 .AnyTagClassName
 {
   color: #5F2BBB;
 }
</style>

background-color css

<style>
 a { background-color: #5F2BBB; }

 a { background-color: rgb(95,43,187); }

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

border-color css

<style>
 span { border-color: #5F2BBB; }

 span { border-color: rgb(95,43,187); }

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