Html Css Color HEX #532866 Scarlet Gum

📋 copy color: '#532866'

red 83 ◦ green 40 ◦ blue 102

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

Shades of Scarlet Gum #532866

Tints of Scarlet Gum #532866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 36.89%
G = 17.78%
B = 45.33%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#532866 (or 0x532866) is known color: Scarlet Gum. HEX triplet: 53, 28 and 66. RGB value is (83,40,102). Sum of RGB (Red+Green+Blue) = 83+40+102=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #532866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532866 is #ACD799. Grayscale: #3B3B3B. Windows color (decimal): -11327386 or 6694995. OLE color: 6694995.

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

Color convert

RGB 83 40 102 -
CMYK 0.19 0.61 0 0.6
HSL 281.61º 0.44% 0.28% -
HSV(B) 281.61º 0.61% 0.4% -
XYZ 6.72 4.32 13.05 -
YUV 59.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 83 40 102 0.19 0.61 0 0.6 281.61 0.44 0.28
Hex 53 28 66 13 3D 0 3C 11A 2C 1C
Octal 123 50 146 23 75 0 74 432 54 34
Binary 1010011 101000 1100110 10011 111101 0 111100 100011010 101100 11100

Color Harmonies of #532866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532866

Black with #532866

Text Example


Text Example

White with #532866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532866; }

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

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

background-color css

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

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

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

border-color css

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

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

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