Html Css Color HEX #4914DA Han Purple

📋 copy color: '#4914DA'

red 73 ◦ green 20 ◦ blue 218

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

Shades of Han Purple #4914DA

Tints of Han Purple #4914DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 23.47%
G = 6.43%
B = 70.1%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4914DA (or 0x4914DA) is known color: Han Purple. HEX triplet: 49, 14 and DA. RGB value is (73,20,218). Sum of RGB (Red+Green+Blue) = 73+20+218=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #4914DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914DA is #B6EB25. Grayscale: #393939. Windows color (decimal): -11987750 or 14292041. OLE color: 14292041.

HSL color Cylindrical-coordinate representation of color #4914DA: hue angle of 256.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914DA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 20 218 -
CMYK 0.67 0.91 0 0.15
HSL 256.06º 0.83% 0.47% -
HSV(B) 256.06º 0.91% 0.85% -
XYZ 15.65 6.98 66.85 -
YUV 58.42 218.06 138.4 -
System Red Green Blue C M Y K H S L
Decimal 73 20 218 0.67 0.91 0 0.15 256.06 0.83 0.47
Hex 49 14 DA 43 5B 0 F 100 53 2F
Octal 111 24 332 103 133 0 17 400 123 57
Binary 1001001 10100 11011010 1000011 1011011 0 1111 100000000 1010011 101111

Color Harmonies of #4914DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914DA

Black with #4914DA

Text Example


Text Example

White with #4914DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4914DA; }

 p { color: rgb(73,20,218); }

 H1.HeaderClassName
 {
   color: #4914DA;
 }
 .AnyTagClassName
 {
   color: #4914DA;
 }
</style>

background-color css

<style>
 a { background-color: #4914DA; }

 a { background-color: rgb(73,20,218); }

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

border-color css

<style>
 span { border-color: #4914DA; }

 span { border-color: rgb(73,20,218); }

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