Html Css Color HEX #5F2CED Han Purple

📋 copy color: '#5F2CED'

red 95 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #5F2CED

Tints of Han Purple #5F2CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 25.27%
G = 11.7%
B = 63.03%

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

#5F2CED (or 0x5F2CED) is known color: Han Purple. HEX triplet: 5F, 2C and ED. RGB value is (95,44,237). Sum of RGB (Red+Green+Blue) = 95+44+237=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F2CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2CED is #A0D312. Grayscale: #505050. Windows color (decimal): -10539795 or 15543391. OLE color: 15543391.

HSL color Cylindrical-coordinate representation of color #5F2CED: hue angle of 255.85º degrees, saturation: 0.84, 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 #5F2CED is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 44 237 -
CMYK 0.60 0.81 0 0.07
HSL 255.85º 0.84% 0.55% -
HSV(B) 255.85º 0.81% 0.93% -
XYZ 20.91 10.35 81.02 -
YUV 81.25 215.9 137.81 -
System Red Green Blue C M Y K H S L
Decimal 95 44 237 0.60 0.81 0 0.07 255.85 0.84 0.55
Hex 5F 2C ED 3C 51 0 7 100 54 37
Octal 137 54 355 74 121 0 7 400 124 67
Binary 1011111 101100 11101101 111100 1010001 0 111 100000000 1010100 110111

Color Harmonies of #5F2CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2CED

Black with #5F2CED

Text Example


Text Example

White with #5F2CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,44,237); }

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

background-color css

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

 a { background-color: rgb(95,44,237); }

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

border-color css

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

 span { border-color: rgb(95,44,237); }

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