Html Css Color HEX #5F1CAB Purple Heart

📋 copy color: '#5F1CAB'

red 95 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #5F1CAB

Tints of Purple Heart #5F1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 32.31%
G = 9.52%
B = 58.16%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F1CAB (or 0x5F1CAB) is known color: Purple Heart. HEX triplet: 5F, 1C and AB. RGB value is (95,28,171). Sum of RGB (Red+Green+Blue) = 95+28+171=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1CAB is #A0E354. Grayscale: #3F3F3F. Windows color (decimal): -10543957 or 11213919. OLE color: 11213919.

HSL color Cylindrical-coordinate representation of color #5F1CAB: hue angle of 268.11º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1CAB is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 28 171 -
CMYK 0.44 0.84 0 0.33
HSL 268.11º 0.72% 0.39% -
HSV(B) 268.11º 0.84% 0.67% -
XYZ 12.49 6.2 39.07 -
YUV 64.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 95 28 171 0.44 0.84 0 0.33 268.11 0.72 0.39
Hex 5F 1C AB 2C 54 0 21 10C 48 27
Octal 137 34 253 54 124 0 41 414 110 47
Binary 1011111 11100 10101011 101100 1010100 0 100001 100001100 1001000 100111

Color Harmonies of #5F1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1CAB

Black with #5F1CAB

Text Example


Text Example

White with #5F1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,28,171); }

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

background-color css

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

 a { background-color: rgb(95,28,171); }

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

border-color css

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

 span { border-color: rgb(95,28,171); }

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