Html Css Color HEX #5F2EF6 Han Purple

📋 copy color: '#5F2EF6'

red 95 ◦ green 46 ◦ blue 246

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

Shades of Han Purple #5F2EF6

Tints of Han Purple #5F2EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 63.57%

R = 24.55%
G = 11.89%
B = 63.57%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5F2EF6 (or 0x5F2EF6) is known color: Han Purple. HEX triplet: 5F, 2E and F6. RGB value is (95,46,246). Sum of RGB (Red+Green+Blue) = 95+46+246=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F2EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F2EF6 is #A0D109. Grayscale: #525252. Windows color (decimal): -10539274 or 16133727. OLE color: 16133727.

HSL color Cylindrical-coordinate representation of color #5F2EF6: hue angle of 254.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F2EF6 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 46 246 -
CMYK 0.61 0.81 0 0.04
HSL 254.7º 0.92% 0.57% -
HSV(B) 254.7º 0.81% 0.96% -
XYZ 22.33 11.04 88.14 -
YUV 83.45 219.73 136.24 -
System Red Green Blue C M Y K H S L
Decimal 95 46 246 0.61 0.81 0 0.04 254.7 0.92 0.57
Hex 5F 2E F6 3D 51 0 4 FF 5C 39
Octal 137 56 366 75 121 0 4 377 134 71
Binary 1011111 101110 11110110 111101 1010001 0 100 11111111 1011100 111001

Color Harmonies of #5F2EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2EF6

Black with #5F2EF6

Text Example


Text Example

White with #5F2EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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