Html Css Color HEX #582069 Scarlet Gum

📋 copy color: '#582069'

red 88 ◦ green 32 ◦ blue 105

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

Shades of Scarlet Gum #582069

Tints of Scarlet Gum #582069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 39.11%
G = 14.22%
B = 46.67%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#582069 (or 0x582069) is known color: Scarlet Gum. HEX triplet: 58, 20 and 69. RGB value is (88,32,105). Sum of RGB (Red+Green+Blue) = 88+32+105=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #582069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582069 is #A7DF96. Grayscale: #383838. Windows color (decimal): -11001751 or 6889560. OLE color: 6889560.

HSL color Cylindrical-coordinate representation of color #582069: hue angle of 286.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582069 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 32 105 -
CMYK 0.16 0.70 0 0.59
HSL 286.03º 0.53% 0.27% -
HSV(B) 286.03º 0.7% 0.41% -
XYZ 7.09 4.13 13.79 -
YUV 57.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 88 32 105 0.16 0.70 0 0.59 286.03 0.53 0.27
Hex 58 20 69 10 46 0 3B 11E 35 1B
Octal 130 40 151 20 106 0 73 436 65 33
Binary 1011000 100000 1101001 10000 1000110 0 111011 100011110 110101 11011

Color Harmonies of #582069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582069

Black with #582069

Text Example


Text Example

White with #582069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582069; }

 p { color: rgb(88,32,105); }

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

background-color css

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

 a { background-color: rgb(88,32,105); }

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

border-color css

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

 span { border-color: rgb(88,32,105); }

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