Html Css Color HEX #532078 Blue Diamond

📋 copy color: '#532078'

red 83 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #532078

Tints of Blue Diamond #532078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 35.32%
G = 13.62%
B = 51.06%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#532078 (or 0x532078) is known color: Blue Diamond. HEX triplet: 53, 20 and 78. RGB value is (83,32,120). Sum of RGB (Red+Green+Blue) = 83+32+120=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #532078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532078 is #ACDF87. Grayscale: #383838. Windows color (decimal): -11329416 or 7872595. OLE color: 7872595.

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

Color convert

RGB 83 32 120 -
CMYK 0.31 0.73 0 0.53
HSL 274.77º 0.58% 0.3% -
HSV(B) 274.77º 0.73% 0.47% -
XYZ 7.47 4.23 18.19 -
YUV 57.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 83 32 120 0.31 0.73 0 0.53 274.77 0.58 0.3
Hex 53 20 78 1F 49 0 35 113 3A 1E
Octal 123 40 170 37 111 0 65 423 72 36
Binary 1010011 100000 1111000 11111 1001001 0 110101 100010011 111010 11110

Color Harmonies of #532078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532078

Black with #532078

Text Example


Text Example

White with #532078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532078; }

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

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

background-color css

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

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

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

border-color css

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

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

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