Html Css Color HEX #4513DC Han Purple

📋 copy color: '#4513DC'

red 69 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #4513DC

Tints of Han Purple #4513DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 22.4%
G = 6.17%
B = 71.43%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4513DC (or 0x4513DC) is known color: Han Purple. HEX triplet: 45, 13 and DC. RGB value is (69,19,220). Sum of RGB (Red+Green+Blue) = 69+19+220=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #4513DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513DC is #BAEC23. Grayscale: #383838. Windows color (decimal): -12250148 or 14422853. OLE color: 14422853.

HSL color Cylindrical-coordinate representation of color #4513DC: hue angle of 254.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4513DC is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 19 220 -
CMYK 0.69 0.91 0 0.14
HSL 254.93º 0.84% 0.47% -
HSV(B) 254.93º 0.91% 0.86% -
XYZ 15.61 6.9 68.22 -
YUV 56.86 220.07 136.66 -
System Red Green Blue C M Y K H S L
Decimal 69 19 220 0.69 0.91 0 0.14 254.93 0.84 0.47
Hex 45 13 DC 45 5B 0 E FF 54 2F
Octal 105 23 334 105 133 0 16 377 124 57
Binary 1000101 10011 11011100 1000101 1011011 0 1110 11111111 1010100 101111

Color Harmonies of #4513DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513DC

Black with #4513DC

Text Example


Text Example

White with #4513DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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