Html Css Color HEX #4513D8 Han Purple

📋 copy color: '#4513D8'

red 69 ◦ green 19 ◦ blue 216

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

Shades of Han Purple #4513D8

Tints of Han Purple #4513D8

RGB

 RED value IS 69 (27.34% from 255) = 22.7%

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 216 (84.77% from 255) = 71.05%

R = 22.7%
G = 6.25%
B = 71.05%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4513D8 (or 0x4513D8) is known color: Han Purple. HEX triplet: 45, 13 and D8. RGB value is (69,19,216). Sum of RGB (Red+Green+Blue) = 69+19+216=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #4513D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513D8 is #BAEC27. Grayscale: #373737. Windows color (decimal): -12250152 or 14160709. OLE color: 14160709.

HSL color Cylindrical-coordinate representation of color #4513D8: hue angle of 255.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4513D8 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 19 216 -
CMYK 0.68 0.91 0 0.15
HSL 255.23º 0.84% 0.46% -
HSV(B) 255.23º 0.91% 0.85% -
XYZ 15.08 6.69 65.46 -
YUV 56.41 218.07 136.98 -
System Red Green Blue C M Y K H S L
Decimal 69 19 216 0.68 0.91 0 0.15 255.23 0.84 0.46
Hex 45 13 D8 44 5B 0 F FF 54 2E
Octal 105 23 330 104 133 0 17 377 124 56
Binary 1000101 10011 11011000 1000100 1011011 0 1111 11111111 1010100 101110

Color Harmonies of #4513D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513D8

Black with #4513D8

Text Example


Text Example

White with #4513D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4513D8; }

 p { color: rgb(69,19,216); }

 H1.HeaderClassName
 {
   color: #4513D8;
 }
 .AnyTagClassName
 {
   color: #4513D8;
 }
</style>

background-color css

<style>
 a { background-color: #4513D8; }

 a { background-color: rgb(69,19,216); }

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

border-color css

<style>
 span { border-color: #4513D8; }

 span { border-color: rgb(69,19,216); }

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