Html Css Color HEX #5F1BBC Purple Heart

📋 copy color: '#5F1BBC'

red 95 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #5F1BBC

Tints of Purple Heart #5F1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 30.65%
G = 8.71%
B = 60.65%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F1BBC (or 0x5F1BBC) is known color: Purple Heart. HEX triplet: 5F, 1B and BC. RGB value is (95,27,188). Sum of RGB (Red+Green+Blue) = 95+27+188=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F1BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1BBC is #A0E443. Grayscale: #414141. Windows color (decimal): -10544196 or 12327775. OLE color: 12327775.

HSL color Cylindrical-coordinate representation of color #5F1BBC: hue angle of 265.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1BBC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 27 188 -
CMYK 0.49 0.86 0 0.26
HSL 265.34º 0.75% 0.42% -
HSV(B) 265.34º 0.86% 0.74% -
XYZ 14.19 6.85 48.15 -
YUV 65.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 95 27 188 0.49 0.86 0 0.26 265.34 0.75 0.42
Hex 5F 1B BC 31 56 0 1A 109 4B 2A
Octal 137 33 274 61 126 0 32 411 113 52
Binary 1011111 11011 10111100 110001 1010110 0 11010 100001001 1001011 101010

Color Harmonies of #5F1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1BBC

Black with #5F1BBC

Text Example


Text Example

White with #5F1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,27,188); }

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

background-color css

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

 a { background-color: rgb(95,27,188); }

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

border-color css

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

 span { border-color: rgb(95,27,188); }

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