Html Css Color HEX #532766 Scarlet Gum

📋 copy color: '#532766'

red 83 ◦ green 39 ◦ blue 102

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

Shades of Scarlet Gum #532766

Tints of Scarlet Gum #532766

RGB

 RED value IS 83 (32.81% from 255) = 37.05%

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 37.05%
G = 17.41%
B = 45.54%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#532766 (or 0x532766) is known color: Scarlet Gum. HEX triplet: 53, 27 and 66. RGB value is (83,39,102). Sum of RGB (Red+Green+Blue) = 83+39+102=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #532766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532766 is #ACD899. Grayscale: #3B3B3B. Windows color (decimal): -11327642 or 6694739. OLE color: 6694739.

HSL color Cylindrical-coordinate representation of color #532766: hue angle of 281.9º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #532766 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 39 102 -
CMYK 0.19 0.62 0 0.6
HSL 281.9º 0.45% 0.28% -
HSV(B) 281.9º 0.62% 0.4% -
XYZ 6.69 4.25 13.04 -
YUV 59.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 83 39 102 0.19 0.62 0 0.6 281.9 0.45 0.28
Hex 53 27 66 13 3E 0 3C 11A 2D 1C
Octal 123 47 146 23 76 0 74 432 55 34
Binary 1010011 100111 1100110 10011 111110 0 111100 100011010 101101 11100

Color Harmonies of #532766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532766

Black with #532766

Text Example


Text Example

White with #532766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532766; }

 p { color: rgb(83,39,102); }

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

background-color css

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

 a { background-color: rgb(83,39,102); }

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

border-color css

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

 span { border-color: rgb(83,39,102); }

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