Html Css Color HEX #5F2DEE Han Purple

📋 copy color: '#5F2DEE'

red 95 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #5F2DEE

Tints of Han Purple #5F2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

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

R = 25.13%
G = 11.9%
B = 62.96%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F2DEE (or 0x5F2DEE) is known color: Han Purple. HEX triplet: 5F, 2D and EE. RGB value is (95,45,238). Sum of RGB (Red+Green+Blue) = 95+45+238=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F2DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2DEE is #A0D211. Grayscale: #515151. Windows color (decimal): -10539538 or 15609183. OLE color: 15609183.

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

Color convert

RGB 95 45 238 -
CMYK 0.60 0.81 0 0.07
HSL 255.54º 0.85% 0.55% -
HSV(B) 255.54º 0.81% 0.93% -
XYZ 21.09 10.48 81.8 -
YUV 81.95 216.07 137.31 -
System Red Green Blue C M Y K H S L
Decimal 95 45 238 0.60 0.81 0 0.07 255.54 0.85 0.55
Hex 5F 2D EE 3C 51 0 7 100 55 37
Octal 137 55 356 74 121 0 7 400 125 67
Binary 1011111 101101 11101110 111100 1010001 0 111 100000000 1010101 110111

Color Harmonies of #5F2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2DEE

Black with #5F2DEE

Text Example


Text Example

White with #5F2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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