Html Css Color HEX #4513FD Han Purple

📋 copy color: '#4513FD'

red 69 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #4513FD

Tints of Han Purple #4513FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.19%

R = 20.23%
G = 5.57%
B = 74.19%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4513FD (or 0x4513FD) is known color: Han Purple. HEX triplet: 45, 13 and FD. RGB value is (69,19,253). Sum of RGB (Red+Green+Blue) = 69+19+253=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #4513FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4513FD is #BAEC02. Grayscale: #3B3B3B. Windows color (decimal): -12250115 or 16585541. OLE color: 16585541.

HSL color Cylindrical-coordinate representation of color #4513FD: hue angle of 252.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4513FD is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 19 253 -
CMYK 0.73 0.92 0 0.01
HSL 252.82º 0.98% 0.53% -
HSV(B) 252.82º 0.92% 0.99% -
XYZ 20.42 8.82 93.56 -
YUV 60.63 236.57 133.97 -
System Red Green Blue C M Y K H S L
Decimal 69 19 253 0.73 0.92 0 0.01 252.82 0.98 0.53
Hex 45 13 FD 49 5C 0 1 FD 62 35
Octal 105 23 375 111 134 0 1 375 142 65
Binary 1000101 10011 11111101 1001001 1011100 0 1 11111101 1100010 110101

Color Harmonies of #4513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4513FD

Black with #4513FD

Text Example


Text Example

White with #4513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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