Html Css Color HEX #5F2EF2 Han Purple

📋 copy color: '#5F2EF2'

red 95 ◦ green 46 ◦ blue 242

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

Shades of Han Purple #5F2EF2

Tints of Han Purple #5F2EF2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 24.8%
G = 12.01%
B = 63.19%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5F2EF2 (or 0x5F2EF2) is known color: Han Purple. HEX triplet: 5F, 2E and F2. RGB value is (95,46,242). Sum of RGB (Red+Green+Blue) = 95+46+242=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #5F2EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EF2 is #A0D10D. Grayscale: #525252. Windows color (decimal): -10539278 or 15871583. OLE color: 15871583.

HSL color Cylindrical-coordinate representation of color #5F2EF2: hue angle of 255º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F2EF2 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 46 242 -
CMYK 0.61 0.81 0 0.05
HSL 255º 0.88% 0.56% -
HSV(B) 255º 0.81% 0.95% -
XYZ 21.72 10.8 84.94 -
YUV 83 217.73 136.56 -
System Red Green Blue C M Y K H S L
Decimal 95 46 242 0.61 0.81 0 0.05 255 0.88 0.56
Hex 5F 2E F2 3D 51 0 5 FF 58 38
Octal 137 56 362 75 121 0 5 377 130 70
Binary 1011111 101110 11110010 111101 1010001 0 101 11111111 1011000 111000

Color Harmonies of #5F2EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2EF2

Black with #5F2EF2

Text Example


Text Example

White with #5F2EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,46,242); }

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

background-color css

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

 a { background-color: rgb(95,46,242); }

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

border-color css

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

 span { border-color: rgb(95,46,242); }

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