Html Css Color HEX #45165E Scarlet Gum

📋 copy color: '#45165E'

red 69 ◦ green 22 ◦ blue 94

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

Shades of Scarlet Gum #45165E

Tints of Scarlet Gum #45165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 37.3%
G = 11.89%
B = 50.81%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45165E (or 0x45165E) is known color: Scarlet Gum. HEX triplet: 45, 16 and 5E. RGB value is (69,22,94). Sum of RGB (Red+Green+Blue) = 69+22+94=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #45165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45165E is #BAE9A1. Grayscale: #2C2C2C. Windows color (decimal): -12249506 or 6166085. OLE color: 6166085.

HSL color Cylindrical-coordinate representation of color #45165E: hue angle of 279.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45165E is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 22 94 -
CMYK 0.27 0.77 0 0.63
HSL 279.17º 0.62% 0.23% -
HSV(B) 279.17º 0.77% 0.37% -
XYZ 4.76 2.65 10.85 -
YUV 44.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 69 22 94 0.27 0.77 0 0.63 279.17 0.62 0.23
Hex 45 16 5E 1B 4D 0 3F 117 3E 17
Octal 105 26 136 33 115 0 77 427 76 27
Binary 1000101 10110 1011110 11011 1001101 0 111111 100010111 111110 10111

Color Harmonies of #45165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45165E

Black with #45165E

Text Example


Text Example

White with #45165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45165E; }

 p { color: rgb(69,22,94); }

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

background-color css

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

 a { background-color: rgb(69,22,94); }

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

border-color css

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

 span { border-color: rgb(69,22,94); }

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