Html Css Color HEX #4918DF Han Purple

📋 copy color: '#4918DF'

red 73 ◦ green 24 ◦ blue 223

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

Shades of Han Purple #4918DF

Tints of Han Purple #4918DF

RGB

 RED value IS 73 (28.91% from 255) = 22.81%

 GREEN value IS 24 (9.77% from 255) = 7.5%

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 22.81%
G = 7.5%
B = 69.69%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4918DF (or 0x4918DF) is known color: Han Purple. HEX triplet: 49, 18 and DF. RGB value is (73,24,223). Sum of RGB (Red+Green+Blue) = 73+24+223=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #4918DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918DF is #B6E720. Grayscale: #3C3C3C. Windows color (decimal): -11986721 or 14620745. OLE color: 14620745.

HSL color Cylindrical-coordinate representation of color #4918DF: hue angle of 254.77º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4918DF is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 24 223 -
CMYK 0.67 0.89 0 0.13
HSL 254.77º 0.81% 0.48% -
HSV(B) 254.77º 0.89% 0.87% -
XYZ 16.39 7.4 70.38 -
YUV 61.34 219.23 136.32 -
System Red Green Blue C M Y K H S L
Decimal 73 24 223 0.67 0.89 0 0.13 254.77 0.81 0.48
Hex 49 18 DF 43 59 0 D FF 51 30
Octal 111 30 337 103 131 0 15 377 121 60
Binary 1001001 11000 11011111 1000011 1011001 0 1101 11111111 1010001 110000

Color Harmonies of #4918DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918DF

Black with #4918DF

Text Example


Text Example

White with #4918DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4918DF; }

 p { color: rgb(73,24,223); }

 H1.HeaderClassName
 {
   color: #4918DF;
 }
 .AnyTagClassName
 {
   color: #4918DF;
 }
</style>

background-color css

<style>
 a { background-color: #4918DF; }

 a { background-color: rgb(73,24,223); }

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

border-color css

<style>
 span { border-color: #4918DF; }

 span { border-color: rgb(73,24,223); }

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