Html Css Color HEX #4520F7 Han Purple

📋 copy color: '#4520F7'

red 69 ◦ green 32 ◦ blue 247

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

Shades of Han Purple #4520F7

Tints of Han Purple #4520F7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 247 (96.88% from 255) = 70.98%

R = 19.83%
G = 9.2%
B = 70.98%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4520F7 (or 0x4520F7) is known color: Han Purple. HEX triplet: 45, 20 and F7. RGB value is (69,32,247). Sum of RGB (Red+Green+Blue) = 69+32+247=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 247 (96.88% from 255 or 70.98% from 348); Max value from RGB is 247 - color contains mainly: blue. Hex color #4520F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520F7 is #BADF08. Grayscale: #424242. Windows color (decimal): -12246793 or 16195653. OLE color: 16195653.

HSL color Cylindrical-coordinate representation of color #4520F7: hue angle of 250.33º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4520F7 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 32 247 -
CMYK 0.72 0.87 0 0.03
HSL 250.33º 0.93% 0.55% -
HSV(B) 250.33º 0.87% 0.97% -
XYZ 19.76 9.01 88.69 -
YUV 67.57 229.26 129.02 -
System Red Green Blue C M Y K H S L
Decimal 69 32 247 0.72 0.87 0 0.03 250.33 0.93 0.55
Hex 45 20 F7 48 57 0 3 FA 5D 37
Octal 105 40 367 110 127 0 3 372 135 67
Binary 1000101 100000 11110111 1001000 1010111 0 11 11111010 1011101 110111

Color Harmonies of #4520F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520F7

Black with #4520F7

Text Example


Text Example

White with #4520F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4520F7; }

 p { color: rgb(69,32,247); }

 H1.HeaderClassName
 {
   color: #4520F7;
 }
 .AnyTagClassName
 {
   color: #4520F7;
 }
</style>

background-color css

<style>
 a { background-color: #4520F7; }

 a { background-color: rgb(69,32,247); }

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

border-color css

<style>
 span { border-color: #4520F7; }

 span { border-color: rgb(69,32,247); }

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