Html Css Color HEX #5F23AB Purple Heart

📋 copy color: '#5F23AB'

red 95 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #5F23AB

Tints of Purple Heart #5F23AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 31.56%
G = 11.63%
B = 56.81%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F23AB (or 0x5F23AB) is known color: Purple Heart. HEX triplet: 5F, 23 and AB. RGB value is (95,35,171). Sum of RGB (Red+Green+Blue) = 95+35+171=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F23AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F23AB is #A0DC54. Grayscale: #434343. Windows color (decimal): -10542165 or 11215711. OLE color: 11215711.

HSL color Cylindrical-coordinate representation of color #5F23AB: hue angle of 266.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F23AB is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 35 171 -
CMYK 0.44 0.80 0 0.33
HSL 266.47º 0.66% 0.4% -
HSV(B) 266.47º 0.8% 0.67% -
XYZ 12.67 6.58 39.13 -
YUV 68.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 95 35 171 0.44 0.80 0 0.33 266.47 0.66 0.4
Hex 5F 23 AB 2C 50 0 21 10A 42 28
Octal 137 43 253 54 120 0 41 412 102 50
Binary 1011111 100011 10101011 101100 1010000 0 100001 100001010 1000010 101000

Color Harmonies of #5F23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F23AB

Black with #5F23AB

Text Example


Text Example

White with #5F23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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