Html Css Color HEX #5F33EE Han Purple

📋 copy color: '#5F33EE'

red 95 ◦ green 51 ◦ blue 238

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

Shades of Han Purple #5F33EE

Tints of Han Purple #5F33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 24.74%
G = 13.28%
B = 61.98%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F33EE (or 0x5F33EE) is known color: Han Purple. HEX triplet: 5F, 33 and EE. RGB value is (95,51,238). Sum of RGB (Red+Green+Blue) = 95+51+238=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F33EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F33EE is #A0CC11. Grayscale: #545454. Windows color (decimal): -10538002 or 15610719. OLE color: 15610719.

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

Color convert

RGB 95 51 238 -
CMYK 0.60 0.79 0 0.07
HSL 254.12º 0.85% 0.57% -
HSV(B) 254.12º 0.79% 0.93% -
XYZ 21.34 10.97 81.88 -
YUV 85.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 95 51 238 0.60 0.79 0 0.07 254.12 0.85 0.57
Hex 5F 33 EE 3C 4F 0 7 FE 55 39
Octal 137 63 356 74 117 0 7 376 125 71
Binary 1011111 110011 11101110 111100 1001111 0 111 11111110 1010101 111001

Color Harmonies of #5F33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F33EE

Black with #5F33EE

Text Example


Text Example

White with #5F33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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