Html Css Color HEX #4D0CE7 Han Purple

📋 copy color: '#4D0CE7'

red 77 ◦ green 12 ◦ blue 231

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

Shades of Han Purple #4D0CE7

Tints of Han Purple #4D0CE7

RGB

 RED value IS 77 (30.47% from 255) = 24.06%

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 231 (90.63% from 255) = 72.19%

R = 24.06%
G = 3.75%
B = 72.19%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4D0CE7 (or 0x4D0CE7) is known color: Han Purple. HEX triplet: 4D, 0C and E7. RGB value is (77,12,231). Sum of RGB (Red+Green+Blue) = 77+12+231=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 231 (90.62% from 255 or 72.19% from 320); Max value from RGB is 231 - color contains mainly: blue. Hex color #4D0CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CE7 is #B2F318. Grayscale: #373737. Windows color (decimal): -11727641 or 15141965. OLE color: 15141965.

HSL color Cylindrical-coordinate representation of color #4D0CE7: hue angle of 257.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0CE7 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 77 12 231 -
CMYK 0.67 0.95 0 0.09
HSL 257.81º 0.9% 0.48% -
HSV(B) 257.81º 0.95% 0.91% -
XYZ 17.62 7.61 76.14 -
YUV 56.4 226.53 142.69 -
System Red Green Blue C M Y K H S L
Decimal 77 12 231 0.67 0.95 0 0.09 257.81 0.9 0.48
Hex 4D C E7 43 5F 0 9 102 5A 30
Octal 115 14 347 103 137 0 11 402 132 60
Binary 1001101 1100 11100111 1000011 1011111 0 1001 100000010 1011010 110000

Color Harmonies of #4D0CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0CE7

Black with #4D0CE7

Text Example


Text Example

White with #4D0CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,12,231); }

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

background-color css

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

 a { background-color: rgb(77,12,231); }

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

border-color css

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

 span { border-color: rgb(77,12,231); }

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