Html Css Color HEX #5F36EE Han Purple

📋 copy color: '#5F36EE'

red 95 ◦ green 54 ◦ blue 238

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

Shades of Han Purple #5F36EE

Tints of Han Purple #5F36EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 24.55%
G = 13.95%
B = 61.5%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F36EE (or 0x5F36EE) is known color: Han Purple. HEX triplet: 5F, 36 and EE. RGB value is (95,54,238). Sum of RGB (Red+Green+Blue) = 95+54+238=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F36EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F36EE is #A0C911. Grayscale: #565656. Windows color (decimal): -10537234 or 15611487. OLE color: 15611487.

HSL color Cylindrical-coordinate representation of color #5F36EE: hue angle of 253.37º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F36EE is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 54 238 -
CMYK 0.60 0.77 0 0.07
HSL 253.37º 0.84% 0.57% -
HSV(B) 253.37º 0.77% 0.93% -
XYZ 21.47 11.24 81.93 -
YUV 87.24 213.08 133.54 -
System Red Green Blue C M Y K H S L
Decimal 95 54 238 0.60 0.77 0 0.07 253.37 0.84 0.57
Hex 5F 36 EE 3C 4D 0 7 FD 54 39
Octal 137 66 356 74 115 0 7 375 124 71
Binary 1011111 110110 11101110 111100 1001101 0 111 11111101 1010100 111001

Color Harmonies of #5F36EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F36EE

Black with #5F36EE

Text Example


Text Example

White with #5F36EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,54,238); }

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

background-color css

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

 a { background-color: rgb(95,54,238); }

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

border-color css

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

 span { border-color: rgb(95,54,238); }

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