Html Css Color HEX #572067 Scarlet Gum

📋 copy color: '#572067'

red 87 ◦ green 32 ◦ blue 103

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

Shades of Scarlet Gum #572067

Tints of Scarlet Gum #572067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 39.19%
G = 14.41%
B = 46.4%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#572067 (or 0x572067) is known color: Scarlet Gum. HEX triplet: 57, 20 and 67. RGB value is (87,32,103). Sum of RGB (Red+Green+Blue) = 87+32+103=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #572067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572067 is #A8DF98. Grayscale: #383838. Windows color (decimal): -11067289 or 6758487. OLE color: 6758487.

HSL color Cylindrical-coordinate representation of color #572067: hue angle of 286.48º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572067 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 32 103 -
CMYK 0.16 0.69 0 0.60
HSL 286.48º 0.53% 0.26% -
HSV(B) 286.48º 0.69% 0.4% -
XYZ 6.9 4.04 13.25 -
YUV 56.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 87 32 103 0.16 0.69 0 0.60 286.48 0.53 0.26
Hex 57 20 67 10 45 0 3C 11E 35 1A
Octal 127 40 147 20 105 0 74 436 65 32
Binary 1010111 100000 1100111 10000 1000101 0 111100 100011110 110101 11010

Color Harmonies of #572067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572067

Black with #572067

Text Example


Text Example

White with #572067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572067; }

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

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

background-color css

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

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

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

border-color css

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

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

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