Html Css Color HEX #4E33F1 Han Purple

📋 copy color: '#4E33F1'

red 78 ◦ green 51 ◦ blue 241

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

Shades of Han Purple #4E33F1

Tints of Han Purple #4E33F1

RGB

 RED value IS 78 (30.86% from 255) = 21.08%

 GREEN value IS 51 (20.31% from 255) = 13.78%

 BLUE value IS 241 (94.53% from 255) = 65.14%

R = 21.08%
G = 13.78%
B = 65.14%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4E33F1 (or 0x4E33F1) is known color: Han Purple. HEX triplet: 4E, 33 and F1. RGB value is (78,51,241). Sum of RGB (Red+Green+Blue) = 78+51+241=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E33F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E33F1 is #B1CC0E. Grayscale: #505050. Windows color (decimal): -11652111 or 15807310. OLE color: 15807310.

HSL color Cylindrical-coordinate representation of color #4E33F1: hue angle of 248.53º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E33F1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 51 241 -
CMYK 0.68 0.79 0 0.05
HSL 248.53º 0.87% 0.57% -
HSV(B) 248.53º 0.79% 0.95% -
XYZ 20.2 10.34 84.15 -
YUV 80.73 218.45 126.05 -
System Red Green Blue C M Y K H S L
Decimal 78 51 241 0.68 0.79 0 0.05 248.53 0.87 0.57
Hex 4E 33 F1 44 4F 0 5 F9 57 39
Octal 116 63 361 104 117 0 5 371 127 71
Binary 1001110 110011 11110001 1000100 1001111 0 101 11111001 1010111 111001

Color Harmonies of #4E33F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E33F1

Black with #4E33F1

Text Example


Text Example

White with #4E33F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E33F1; }

 p { color: rgb(78,51,241); }

 H1.HeaderClassName
 {
   color: #4E33F1;
 }
 .AnyTagClassName
 {
   color: #4E33F1;
 }
</style>

background-color css

<style>
 a { background-color: #4E33F1; }

 a { background-color: rgb(78,51,241); }

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

border-color css

<style>
 span { border-color: #4E33F1; }

 span { border-color: rgb(78,51,241); }

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