Html Css Color HEX #532668 Scarlet Gum

📋 copy color: '#532668'

red 83 ◦ green 38 ◦ blue 104

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

Shades of Scarlet Gum #532668

Tints of Scarlet Gum #532668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 36.89%
G = 16.89%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532668 (or 0x532668) is known color: Scarlet Gum. HEX triplet: 53, 26 and 68. RGB value is (83,38,104). Sum of RGB (Red+Green+Blue) = 83+38+104=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #532668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532668 is #ACD997. Grayscale: #3A3A3A. Windows color (decimal): -11327896 or 6825555. OLE color: 6825555.

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

Color convert

RGB 83 38 104 -
CMYK 0.20 0.63 0 0.59
HSL 280.91º 0.46% 0.28% -
HSV(B) 280.91º 0.63% 0.41% -
XYZ 6.76 4.22 13.56 -
YUV 58.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 83 38 104 0.20 0.63 0 0.59 280.91 0.46 0.28
Hex 53 26 68 14 3F 0 3B 119 2E 1C
Octal 123 46 150 24 77 0 73 431 56 34
Binary 1010011 100110 1101000 10100 111111 0 111011 100011001 101110 11100

Color Harmonies of #532668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532668

Black with #532668

Text Example


Text Example

White with #532668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532668; }

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

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

background-color css

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

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

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

border-color css

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

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

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