Html Css Color HEX #5F0EEE Han Purple

📋 copy color: '#5F0EEE'

red 95 ◦ green 14 ◦ blue 238

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

Shades of Han Purple #5F0EEE

Tints of Han Purple #5F0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

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

R = 27.38%
G = 4.03%
B = 68.59%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F0EEE (or 0x5F0EEE) is known color: Han Purple. HEX triplet: 5F, 0E and EE. RGB value is (95,14,238). Sum of RGB (Red+Green+Blue) = 95+14+238=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F0EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0EEE is #A0F111. Grayscale: #3E3E3E. Windows color (decimal): -10547474 or 15601247. OLE color: 15601247.

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

Color convert

RGB 95 14 238 -
CMYK 0.60 0.94 0 0.07
HSL 261.7º 0.89% 0.49% -
HSV(B) 261.7º 0.94% 0.93% -
XYZ 20.31 8.92 81.54 -
YUV 63.76 226.34 150.29 -
System Red Green Blue C M Y K H S L
Decimal 95 14 238 0.60 0.94 0 0.07 261.7 0.89 0.49
Hex 5F E EE 3C 5E 0 7 106 59 31
Octal 137 16 356 74 136 0 7 406 131 61
Binary 1011111 1110 11101110 111100 1011110 0 111 100000110 1011001 110001

Color Harmonies of #5F0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0EEE

Black with #5F0EEE

Text Example


Text Example

White with #5F0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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