Html Css Color HEX #450CD6 Han Purple

📋 copy color: '#450CD6'

red 69 ◦ green 12 ◦ blue 214

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

Shades of Han Purple #450CD6

Tints of Han Purple #450CD6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 214 (83.98% from 255) = 72.54%

R = 23.39%
G = 4.07%
B = 72.54%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#450CD6 (or 0x450CD6) is known color: Han Purple. HEX triplet: 45, 0C and D6. RGB value is (69,12,214). Sum of RGB (Red+Green+Blue) = 69+12+214=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #450CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CD6 is #BAF329. Grayscale: #333333. Windows color (decimal): -12251946 or 14027845. OLE color: 14027845.

HSL color Cylindrical-coordinate representation of color #450CD6: hue angle of 256.93º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CD6 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 12 214 -
CMYK 0.68 0.94 0 0.16
HSL 256.93º 0.89% 0.44% -
HSV(B) 256.93º 0.94% 0.84% -
XYZ 14.72 6.38 64.07 -
YUV 52.07 219.38 140.07 -
System Red Green Blue C M Y K H S L
Decimal 69 12 214 0.68 0.94 0 0.16 256.93 0.89 0.44
Hex 45 C D6 44 5E 0 10 101 59 2C
Octal 105 14 326 104 136 0 20 401 131 54
Binary 1000101 1100 11010110 1000100 1011110 0 10000 100000001 1011001 101100

Color Harmonies of #450CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CD6

Black with #450CD6

Text Example


Text Example

White with #450CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,12,214); }

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

background-color css

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

 a { background-color: rgb(69,12,214); }

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

border-color css

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

 span { border-color: rgb(69,12,214); }

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