Html Css Color HEX #450EF6 Han Purple

📋 copy color: '#450EF6'

red 69 ◦ green 14 ◦ blue 246

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

Shades of Han Purple #450EF6

Tints of Han Purple #450EF6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.26%

 BLUE value IS 246 (96.48% from 255) = 74.77%

R = 20.97%
G = 4.26%
B = 74.77%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#450EF6 (or 0x450EF6) is known color: Han Purple. HEX triplet: 45, 0E and F6. RGB value is (69,14,246). Sum of RGB (Red+Green+Blue) = 69+14+246=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #450EF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EF6 is #BAF109. Grayscale: #383838. Windows color (decimal): -12251402 or 16125509. OLE color: 16125509.

HSL color Cylindrical-coordinate representation of color #450EF6: hue angle of 254.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450EF6 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 14 246 -
CMYK 0.72 0.94 0 0.04
HSL 254.22º 0.93% 0.51% -
HSV(B) 254.22º 0.94% 0.96% -
XYZ 19.25 8.23 87.76 -
YUV 56.89 234.72 136.64 -
System Red Green Blue C M Y K H S L
Decimal 69 14 246 0.72 0.94 0 0.04 254.22 0.93 0.51
Hex 45 E F6 48 5E 0 4 FE 5D 33
Octal 105 16 366 110 136 0 4 376 135 63
Binary 1000101 1110 11110110 1001000 1011110 0 100 11111110 1011101 110011

Color Harmonies of #450EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EF6

Black with #450EF6

Text Example


Text Example

White with #450EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450EF6; }

 p { color: rgb(69,14,246); }

 H1.HeaderClassName
 {
   color: #450EF6;
 }
 .AnyTagClassName
 {
   color: #450EF6;
 }
</style>

background-color css

<style>
 a { background-color: #450EF6; }

 a { background-color: rgb(69,14,246); }

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

border-color css

<style>
 span { border-color: #450EF6; }

 span { border-color: rgb(69,14,246); }

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