Html Css Color HEX #450AF6 Han Purple

📋 copy color: '#450AF6'

red 69 ◦ green 10 ◦ blue 246

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

Shades of Han Purple #450AF6

Tints of Han Purple #450AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 21.23%
G = 3.08%
B = 75.69%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#450AF6 (or 0x450AF6) is known color: Han Purple. HEX triplet: 45, 0A and F6. RGB value is (69,10,246). Sum of RGB (Red+Green+Blue) = 69+10+246=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #450AF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AF6 is #BAF509. Grayscale: #353535. Windows color (decimal): -12252426 or 16124485. OLE color: 16124485.

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

Color convert

RGB 69 10 246 -
CMYK 0.72 0.96 0 0.04
HSL 255º 0.93% 0.5% -
HSV(B) 255º 0.96% 0.96% -
XYZ 19.2 8.14 87.75 -
YUV 54.55 236.05 138.31 -
System Red Green Blue C M Y K H S L
Decimal 69 10 246 0.72 0.96 0 0.04 255 0.93 0.5
Hex 45 A F6 48 60 0 4 FF 5D 32
Octal 105 12 366 110 140 0 4 377 135 62
Binary 1000101 1010 11110110 1001000 1100000 0 100 11111111 1011101 110010

Color Harmonies of #450AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AF6

Black with #450AF6

Text Example


Text Example

White with #450AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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