Html Css Color HEX #5F1ABB Purple Heart

📋 copy color: '#5F1ABB'

red 95 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #5F1ABB

Tints of Purple Heart #5F1ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

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

R = 30.84%
G = 8.44%
B = 60.71%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F1ABB (or 0x5F1ABB) is known color: Purple Heart. HEX triplet: 5F, 1A and BB. RGB value is (95,26,187). Sum of RGB (Red+Green+Blue) = 95+26+187=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F1ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1ABB is #A0E544. Grayscale: #404040. Windows color (decimal): -10544453 or 12261983. OLE color: 12261983.

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

Color convert

RGB 95 26 187 -
CMYK 0.49 0.86 0 0.27
HSL 265.71º 0.76% 0.42% -
HSV(B) 265.71º 0.86% 0.73% -
XYZ 14.06 6.76 47.58 -
YUV 64.99 196.86 149.41 -
System Red Green Blue C M Y K H S L
Decimal 95 26 187 0.49 0.86 0 0.27 265.71 0.76 0.42
Hex 5F 1A BB 31 56 0 1B 10A 4C 2A
Octal 137 32 273 61 126 0 33 412 114 52
Binary 1011111 11010 10111011 110001 1010110 0 11011 100001010 1001100 101010

Color Harmonies of #5F1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1ABB

Black with #5F1ABB

Text Example


Text Example

White with #5F1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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