Html Css Color HEX #522968 Scarlet Gum

📋 copy color: '#522968'

red 82 ◦ green 41 ◦ blue 104

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

Shades of Scarlet Gum #522968

Tints of Scarlet Gum #522968

RGB

 RED value IS 82 (32.42% from 255) = 36.12%

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 36.12%
G = 18.06%
B = 45.81%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522968 (or 0x522968) is known color: Scarlet Gum. HEX triplet: 52, 29 and 68. RGB value is (82,41,104). Sum of RGB (Red+Green+Blue) = 82+41+104=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #522968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522968 is #ADD697. Grayscale: #3C3C3C. Windows color (decimal): -11392664 or 6826322. OLE color: 6826322.

HSL color Cylindrical-coordinate representation of color #522968: hue angle of 279.05º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522968 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 41 104 -
CMYK 0.21 0.61 0 0.59
HSL 279.05º 0.43% 0.28% -
HSV(B) 279.05º 0.61% 0.41% -
XYZ 6.77 4.38 13.59 -
YUV 60.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 82 41 104 0.21 0.61 0 0.59 279.05 0.43 0.28
Hex 52 29 68 15 3D 0 3B 117 2B 1C
Octal 122 51 150 25 75 0 73 427 53 34
Binary 1010010 101001 1101000 10101 111101 0 111011 100010111 101011 11100

Color Harmonies of #522968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522968

Black with #522968

Text Example


Text Example

White with #522968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522968; }

 p { color: rgb(82,41,104); }

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

background-color css

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

 a { background-color: rgb(82,41,104); }

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

border-color css

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

 span { border-color: rgb(82,41,104); }

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