Html Css Color HEX #450655 Scarlet Gum

📋 copy color: '#450655'

red 69 ◦ green 6 ◦ blue 85

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

Shades of Scarlet Gum #450655

Tints of Scarlet Gum #450655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 43.13%
G = 3.75%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450655 (or 0x450655) is known color: Scarlet Gum. HEX triplet: 45, 06 and 55. RGB value is (69,6,85). Sum of RGB (Red+Green+Blue) = 69+6+85=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #450655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450655 is #BAF9AA. Grayscale: #212121. Windows color (decimal): -12253611 or 5572165. OLE color: 5572165.

HSL color Cylindrical-coordinate representation of color #450655: hue angle of 287.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450655 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 6 85 -
CMYK 0.19 0.93 0 0.67
HSL 287.85º 0.87% 0.18% -
HSV(B) 287.85º 0.93% 0.33% -
XYZ 4.16 2.05 8.77 -
YUV 33.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 69 6 85 0.19 0.93 0 0.67 287.85 0.87 0.18
Hex 45 6 55 13 5D 0 43 120 57 12
Octal 105 6 125 23 135 0 103 440 127 22
Binary 1000101 110 1010101 10011 1011101 0 1000011 100100000 1010111 10010

Color Harmonies of #450655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450655

Black with #450655

Text Example


Text Example

White with #450655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450655; }

 p { color: rgb(69,6,85); }

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

background-color css

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

 a { background-color: rgb(69,6,85); }

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

border-color css

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

 span { border-color: rgb(69,6,85); }

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