Html Css Color HEX #532072 Blue Diamond

📋 copy color: '#532072'

red 83 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #532072

Tints of Blue Diamond #532072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 36.24%
G = 13.97%
B = 49.78%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532072 (or 0x532072) is known color: Blue Diamond. HEX triplet: 53, 20 and 72. RGB value is (83,32,114). Sum of RGB (Red+Green+Blue) = 83+32+114=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #532072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532072 is #ACDF8D. Grayscale: #383838. Windows color (decimal): -11329422 or 7479379. OLE color: 7479379.

HSL color Cylindrical-coordinate representation of color #532072: hue angle of 277.32º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532072 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 32 114 -
CMYK 0.27 0.72 0 0.55
HSL 277.32º 0.56% 0.29% -
HSV(B) 277.32º 0.72% 0.45% -
XYZ 7.12 4.09 16.33 -
YUV 56.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 83 32 114 0.27 0.72 0 0.55 277.32 0.56 0.29
Hex 53 20 72 1B 48 0 37 115 38 1D
Octal 123 40 162 33 110 0 67 425 70 35
Binary 1010011 100000 1110010 11011 1001000 0 110111 100010101 111000 11101

Color Harmonies of #532072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532072

Black with #532072

Text Example


Text Example

White with #532072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532072; }

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

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

background-color css

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

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

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

border-color css

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

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

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