Html Css Color HEX #572069 Scarlet Gum

📋 copy color: '#572069'

red 87 ◦ green 32 ◦ blue 105

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

Shades of Scarlet Gum #572069

Tints of Scarlet Gum #572069

RGB

 RED value IS 87 (34.38% from 255) = 38.84%

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

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

R = 38.84%
G = 14.29%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#572069 (or 0x572069) is known color: Scarlet Gum. HEX triplet: 57, 20 and 69. RGB value is (87,32,105). Sum of RGB (Red+Green+Blue) = 87+32+105=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #572069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572069 is #A8DF96. Grayscale: #383838. Windows color (decimal): -11067287 or 6889559. OLE color: 6889559.

HSL color Cylindrical-coordinate representation of color #572069: hue angle of 285.21º 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 #572069 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 32 105 -
CMYK 0.17 0.70 0 0.59
HSL 285.21º 0.53% 0.27% -
HSV(B) 285.21º 0.7% 0.41% -
XYZ 7 4.08 13.78 -
YUV 56.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 87 32 105 0.17 0.70 0 0.59 285.21 0.53 0.27
Hex 57 20 69 11 46 0 3B 11D 35 1B
Octal 127 40 151 21 106 0 73 435 65 33
Binary 1010111 100000 1101001 10001 1000110 0 111011 100011101 110101 11011

Color Harmonies of #572069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572069

Black with #572069

Text Example


Text Example

White with #572069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572069; }

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

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

background-color css

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

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

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

border-color css

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

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

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