Html Css Color HEX #4510F1 Han Purple

📋 copy color: '#4510F1'

red 69 ◦ green 16 ◦ blue 241

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

Shades of Han Purple #4510F1

Tints of Han Purple #4510F1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

 BLUE value IS 241 (94.53% from 255) = 73.93%

R = 21.17%
G = 4.91%
B = 73.93%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4510F1 (or 0x4510F1) is known color: Han Purple. HEX triplet: 45, 10 and F1. RGB value is (69,16,241). Sum of RGB (Red+Green+Blue) = 69+16+241=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #4510F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4510F1 is #BAEF0E. Grayscale: #383838. Windows color (decimal): -12250895 or 15798341. OLE color: 15798341.

HSL color Cylindrical-coordinate representation of color #4510F1: hue angle of 254.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4510F1 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 16 241 -
CMYK 0.71 0.93 0 0.05
HSL 254.13º 0.89% 0.5% -
HSV(B) 254.13º 0.93% 0.95% -
XYZ 18.52 7.99 83.78 -
YUV 57.5 231.56 136.2 -
System Red Green Blue C M Y K H S L
Decimal 69 16 241 0.71 0.93 0 0.05 254.13 0.89 0.5
Hex 45 10 F1 47 5D 0 5 FE 59 32
Octal 105 20 361 107 135 0 5 376 131 62
Binary 1000101 10000 11110001 1000111 1011101 0 101 11111110 1011001 110010

Color Harmonies of #4510F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4510F1

Black with #4510F1

Text Example


Text Example

White with #4510F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4510F1; }

 p { color: rgb(69,16,241); }

 H1.HeaderClassName
 {
   color: #4510F1;
 }
 .AnyTagClassName
 {
   color: #4510F1;
 }
</style>

background-color css

<style>
 a { background-color: #4510F1; }

 a { background-color: rgb(69,16,241); }

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

border-color css

<style>
 span { border-color: #4510F1; }

 span { border-color: rgb(69,16,241); }

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