Html Css Color HEX #532079 Blue Diamond

📋 copy color: '#532079'

red 83 ◦ green 32 ◦ blue 121

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

Shades of Blue Diamond #532079

Tints of Blue Diamond #532079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 121 (47.66% from 255) = 51.27%

R = 35.17%
G = 13.56%
B = 51.27%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#532079 (or 0x532079) is known color: Blue Diamond. HEX triplet: 53, 20 and 79. RGB value is (83,32,121). Sum of RGB (Red+Green+Blue) = 83+32+121=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #532079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532079 is #ACDF86. Grayscale: #393939. Windows color (decimal): -11329415 or 7938131. OLE color: 7938131.

HSL color Cylindrical-coordinate representation of color #532079: hue angle of 274.38º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532079 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 32 121 -
CMYK 0.31 0.74 0 0.53
HSL 274.38º 0.58% 0.3% -
HSV(B) 274.38º 0.74% 0.47% -
XYZ 7.53 4.25 18.51 -
YUV 57.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 83 32 121 0.31 0.74 0 0.53 274.38 0.58 0.3
Hex 53 20 79 1F 4A 0 35 112 3A 1E
Octal 123 40 171 37 112 0 65 422 72 36
Binary 1010011 100000 1111001 11111 1001010 0 110101 100010010 111010 11110

Color Harmonies of #532079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532079

Black with #532079

Text Example


Text Example

White with #532079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532079; }

 p { color: rgb(83,32,121); }

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

background-color css

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

 a { background-color: rgb(83,32,121); }

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

border-color css

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

 span { border-color: rgb(83,32,121); }

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