Html Css Color HEX #532767 Scarlet Gum

📋 copy color: '#532767'

red 83 ◦ green 39 ◦ blue 103

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

Shades of Scarlet Gum #532767

Tints of Scarlet Gum #532767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 36.89%
G = 17.33%
B = 45.78%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#532767 (or 0x532767) is known color: Scarlet Gum. HEX triplet: 53, 27 and 67. RGB value is (83,39,103). Sum of RGB (Red+Green+Blue) = 83+39+103=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #532767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532767 is #ACD898. Grayscale: #3B3B3B. Windows color (decimal): -11327641 or 6760275. OLE color: 6760275.

HSL color Cylindrical-coordinate representation of color #532767: hue angle of 281.25º 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 #532767 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 39 103 -
CMYK 0.19 0.62 0 0.60
HSL 281.25º 0.45% 0.28% -
HSV(B) 281.25º 0.62% 0.4% -
XYZ 6.74 4.27 13.3 -
YUV 59.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 83 39 103 0.19 0.62 0 0.60 281.25 0.45 0.28
Hex 53 27 67 13 3E 0 3C 119 2D 1C
Octal 123 47 147 23 76 0 74 431 55 34
Binary 1010011 100111 1100111 10011 111110 0 111100 100011001 101101 11100

Color Harmonies of #532767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532767

Black with #532767

Text Example


Text Example

White with #532767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532767; }

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

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

background-color css

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

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

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

border-color css

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

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

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