Html Css Color HEX #5F15EA Han Purple

📋 copy color: '#5F15EA'

red 95 ◦ green 21 ◦ blue 234

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

Shades of Han Purple #5F15EA

Tints of Han Purple #5F15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 27.14%
G = 6%
B = 66.86%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F15EA (or 0x5F15EA) is known color: Han Purple. HEX triplet: 5F, 15 and EA. RGB value is (95,21,234). Sum of RGB (Red+Green+Blue) = 95+21+234=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F15EA is #A0EA15. Grayscale: #424242. Windows color (decimal): -10545686 or 15340895. OLE color: 15340895.

HSL color Cylindrical-coordinate representation of color #5F15EA: hue angle of 260.85º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F15EA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 21 234 -
CMYK 0.59 0.91 0 0.08
HSL 260.85º 0.84% 0.5% -
HSV(B) 260.85º 0.91% 0.92% -
XYZ 19.84 8.91 78.52 -
YUV 67.41 222.02 147.68 -
System Red Green Blue C M Y K H S L
Decimal 95 21 234 0.59 0.91 0 0.08 260.85 0.84 0.5
Hex 5F 15 EA 3B 5B 0 8 105 54 32
Octal 137 25 352 73 133 0 10 405 124 62
Binary 1011111 10101 11101010 111011 1011011 0 1000 100000101 1010100 110010

Color Harmonies of #5F15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F15EA

Black with #5F15EA

Text Example


Text Example

White with #5F15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,21,234); }

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

background-color css

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

 a { background-color: rgb(95,21,234); }

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

border-color css

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

 span { border-color: rgb(95,21,234); }

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