Html Css Color HEX #450ACE Han Purple

📋 copy color: '#450ACE'

red 69 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #450ACE

Tints of Han Purple #450ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 24.21%
G = 3.51%
B = 72.28%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#450ACE (or 0x450ACE) is known color: Han Purple. HEX triplet: 45, 0A and CE. RGB value is (69,10,206). Sum of RGB (Red+Green+Blue) = 69+10+206=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #450ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ACE is #BAF531. Grayscale: #313131. Windows color (decimal): -12252466 or 13503045. OLE color: 13503045.

HSL color Cylindrical-coordinate representation of color #450ACE: hue angle of 258.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450ACE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 10 206 -
CMYK 0.67 0.95 0 0.19
HSL 258.06º 0.91% 0.42% -
HSV(B) 258.06º 0.95% 0.81% -
XYZ 13.7 5.94 58.82 -
YUV 49.99 216.05 141.56 -
System Red Green Blue C M Y K H S L
Decimal 69 10 206 0.67 0.95 0 0.19 258.06 0.91 0.42
Hex 45 A CE 43 5F 0 13 102 5B 2A
Octal 105 12 316 103 137 0 23 402 133 52
Binary 1000101 1010 11001110 1000011 1011111 0 10011 100000010 1011011 101010

Color Harmonies of #450ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ACE

Black with #450ACE

Text Example


Text Example

White with #450ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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