Html Css Color HEX #5F23DF Han Purple

📋 copy color: '#5F23DF'

red 95 ◦ green 35 ◦ blue 223

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

Shades of Han Purple #5F23DF

Tints of Han Purple #5F23DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 26.91%
G = 9.92%
B = 63.17%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F23DF (or 0x5F23DF) is known color: Han Purple. HEX triplet: 5F, 23 and DF. RGB value is (95,35,223). Sum of RGB (Red+Green+Blue) = 95+35+223=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F23DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23DF is #A0DC20. Grayscale: #494949. Windows color (decimal): -10542113 or 14623583. OLE color: 14623583.

HSL color Cylindrical-coordinate representation of color #5F23DF: hue angle of 259.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F23DF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 35 223 -
CMYK 0.57 0.84 0 0.13
HSL 259.15º 0.75% 0.51% -
HSV(B) 259.15º 0.84% 0.87% -
XYZ 18.64 8.96 70.56 -
YUV 74.37 211.88 142.71 -
System Red Green Blue C M Y K H S L
Decimal 95 35 223 0.57 0.84 0 0.13 259.15 0.75 0.51
Hex 5F 23 DF 39 54 0 D 103 4B 33
Octal 137 43 337 71 124 0 15 403 113 63
Binary 1011111 100011 11011111 111001 1010100 0 1101 100000011 1001011 110011

Color Harmonies of #5F23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F23DF

Black with #5F23DF

Text Example


Text Example

White with #5F23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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