Html Css Color HEX #4512F9 Han Purple

📋 copy color: '#4512F9'

red 69 ◦ green 18 ◦ blue 249

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

Shades of Han Purple #4512F9

Tints of Han Purple #4512F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

 BLUE value IS 249 (97.66% from 255) = 74.11%

R = 20.54%
G = 5.36%
B = 74.11%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4512F9 (or 0x4512F9) is known color: Han Purple. HEX triplet: 45, 12 and F9. RGB value is (69,18,249). Sum of RGB (Red+Green+Blue) = 69+18+249=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #4512F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4512F9 is #BAED06. Grayscale: #3A3A3A. Windows color (decimal): -12250375 or 16323141. OLE color: 16323141.

HSL color Cylindrical-coordinate representation of color #4512F9: hue angle of 253.25º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4512F9 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 18 249 -
CMYK 0.72 0.93 0 0.02
HSL 253.25º 0.95% 0.52% -
HSV(B) 253.25º 0.93% 0.98% -
XYZ 19.77 8.54 90.23 -
YUV 59.58 234.9 134.72 -
System Red Green Blue C M Y K H S L
Decimal 69 18 249 0.72 0.93 0 0.02 253.25 0.95 0.52
Hex 45 12 F9 48 5D 0 2 FD 5F 34
Octal 105 22 371 110 135 0 2 375 137 64
Binary 1000101 10010 11111001 1001000 1011101 0 10 11111101 1011111 110100

Color Harmonies of #4512F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4512F9

Black with #4512F9

Text Example


Text Example

White with #4512F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4512F9; }

 p { color: rgb(69,18,249); }

 H1.HeaderClassName
 {
   color: #4512F9;
 }
 .AnyTagClassName
 {
   color: #4512F9;
 }
</style>

background-color css

<style>
 a { background-color: #4512F9; }

 a { background-color: rgb(69,18,249); }

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

border-color css

<style>
 span { border-color: #4512F9; }

 span { border-color: rgb(69,18,249); }

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