Html Css Color HEX #532768 Scarlet Gum

📋 copy color: '#532768'

red 83 ◦ green 39 ◦ blue 104

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

Shades of Scarlet Gum #532768

Tints of Scarlet Gum #532768

RGB

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

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

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

R = 36.73%
G = 17.26%
B = 46.02%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532768 (or 0x532768) is known color: Scarlet Gum. HEX triplet: 53, 27 and 68. RGB value is (83,39,104). Sum of RGB (Red+Green+Blue) = 83+39+104=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #532768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532768 is #ACD897. Grayscale: #3B3B3B. Windows color (decimal): -11327640 or 6825811. OLE color: 6825811.

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

Color convert

RGB 83 39 104 -
CMYK 0.20 0.62 0 0.59
HSL 280.62º 0.45% 0.28% -
HSV(B) 280.62º 0.63% 0.41% -
XYZ 6.79 4.29 13.57 -
YUV 59.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 83 39 104 0.20 0.62 0 0.59 280.62 0.45 0.28
Hex 53 27 68 14 3E 0 3B 119 2D 1C
Octal 123 47 150 24 76 0 73 431 55 34
Binary 1010011 100111 1101000 10100 111110 0 111011 100011001 101101 11100

Color Harmonies of #532768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532768

Black with #532768

Text Example


Text Example

White with #532768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532768; }

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

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

background-color css

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

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

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

border-color css

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

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

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