Html Css Color HEX #521769 Scarlet Gum

📋 copy color: '#521769'

red 82 ◦ green 23 ◦ blue 105

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

Shades of Scarlet Gum #521769

Tints of Scarlet Gum #521769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 39.05%
G = 10.95%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521769 (or 0x521769) is known color: Scarlet Gum. HEX triplet: 52, 17 and 69. RGB value is (82,23,105). Sum of RGB (Red+Green+Blue) = 82+23+105=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #521769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521769 is #ADE896. Grayscale: #313131. Windows color (decimal): -11397271 or 6887250. OLE color: 6887250.

HSL color Cylindrical-coordinate representation of color #521769: hue angle of 283.17º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521769 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 23 105 -
CMYK 0.22 0.78 0 0.59
HSL 283.17º 0.64% 0.25% -
HSV(B) 283.17º 0.78% 0.41% -
XYZ 6.34 3.43 13.69 -
YUV 49.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 82 23 105 0.22 0.78 0 0.59 283.17 0.64 0.25
Hex 52 17 69 16 4E 0 3B 11B 40 19
Octal 122 27 151 26 116 0 73 433 100 31
Binary 1010010 10111 1101001 10110 1001110 0 111011 100011011 1000000 11001

Color Harmonies of #521769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521769

Black with #521769

Text Example


Text Example

White with #521769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521769; }

 p { color: rgb(82,23,105); }

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

background-color css

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

 a { background-color: rgb(82,23,105); }

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

border-color css

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

 span { border-color: rgb(82,23,105); }

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