Html Css Color HEX #450559 Scarlet Gum

📋 copy color: '#450559'

red 69 ◦ green 5 ◦ blue 89

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

Shades of Scarlet Gum #450559

Tints of Scarlet Gum #450559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 42.33%
G = 3.07%
B = 54.6%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450559 (or 0x450559) is known color: Scarlet Gum. HEX triplet: 45, 05 and 59. RGB value is (69,5,89). Sum of RGB (Red+Green+Blue) = 69+5+89=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #450559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450559 is #BAFAA6. Grayscale: #212121. Windows color (decimal): -12253863 or 5834053. OLE color: 5834053.

HSL color Cylindrical-coordinate representation of color #450559: hue angle of 285.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450559 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 5 89 -
CMYK 0.22 0.94 0 0.65
HSL 285.71º 0.89% 0.18% -
HSV(B) 285.71º 0.94% 0.35% -
XYZ 4.31 2.1 9.63 -
YUV 33.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 69 5 89 0.22 0.94 0 0.65 285.71 0.89 0.18
Hex 45 5 59 16 5E 0 41 11E 59 12
Octal 105 5 131 26 136 0 101 436 131 22
Binary 1000101 101 1011001 10110 1011110 0 1000001 100011110 1011001 10010

Color Harmonies of #450559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450559

Black with #450559

Text Example


Text Example

White with #450559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450559; }

 p { color: rgb(69,5,89); }

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

background-color css

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

 a { background-color: rgb(69,5,89); }

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

border-color css

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

 span { border-color: rgb(69,5,89); }

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