Html Css Color HEX #581A6C Scarlet Gum

📋 copy color: '#581A6C'

red 88 ◦ green 26 ◦ blue 108

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

Shades of Scarlet Gum #581A6C

Tints of Scarlet Gum #581A6C

RGB

 RED value IS 88 (34.77% from 255) = 39.64%

 GREEN value IS 26 (10.55% from 255) = 11.71%

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 39.64%
G = 11.71%
B = 48.65%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#581A6C (or 0x581A6C) is known color: Scarlet Gum. HEX triplet: 58, 1A and 6C. RGB value is (88,26,108). Sum of RGB (Red+Green+Blue) = 88+26+108=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #581A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6C is #A7E593. Grayscale: #353535. Windows color (decimal): -11003284 or 7084632. OLE color: 7084632.

HSL color Cylindrical-coordinate representation of color #581A6C: hue angle of 285.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581A6C is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 26 108 -
CMYK 0.19 0.76 0 0.58
HSL 285.37º 0.61% 0.26% -
HSV(B) 285.37º 0.76% 0.42% -
XYZ 7.1 3.9 14.57 -
YUV 53.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 88 26 108 0.19 0.76 0 0.58 285.37 0.61 0.26
Hex 58 1A 6C 13 4C 0 3A 11D 3D 1A
Octal 130 32 154 23 114 0 72 435 75 32
Binary 1011000 11010 1101100 10011 1001100 0 111010 100011101 111101 11010

Color Harmonies of #581A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A6C

Black with #581A6C

Text Example


Text Example

White with #581A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A6C; }

 p { color: rgb(88,26,108); }

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

background-color css

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

 a { background-color: rgb(88,26,108); }

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

border-color css

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

 span { border-color: rgb(88,26,108); }

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