Html Css Color HEX #521E7A Blue Diamond

📋 copy color: '#521E7A'

red 82 ◦ green 30 ◦ blue 122

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

Shades of Blue Diamond #521E7A

Tints of Blue Diamond #521E7A

RGB

 RED value IS 82 (32.42% from 255) = 35.04%

 GREEN value IS 30 (12.11% from 255) = 12.82%

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 35.04%
G = 12.82%
B = 52.14%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#521E7A (or 0x521E7A) is known color: Blue Diamond. HEX triplet: 52, 1E and 7A. RGB value is (82,30,122). Sum of RGB (Red+Green+Blue) = 82+30+122=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #521E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E7A is #ADE185. Grayscale: #373737. Windows color (decimal): -11395462 or 8003154. OLE color: 8003154.

HSL color Cylindrical-coordinate representation of color #521E7A: hue angle of 273.91º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521E7A is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 30 122 -
CMYK 0.33 0.75 0 0.52
HSL 273.91º 0.61% 0.3% -
HSV(B) 273.91º 0.75% 0.48% -
XYZ 7.46 4.13 18.82 -
YUV 56.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 82 30 122 0.33 0.75 0 0.52 273.91 0.61 0.3
Hex 52 1E 7A 21 4B 0 34 112 3D 1E
Octal 122 36 172 41 113 0 64 422 75 36
Binary 1010010 11110 1111010 100001 1001011 0 110100 100010010 111101 11110

Color Harmonies of #521E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E7A

Black with #521E7A

Text Example


Text Example

White with #521E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521E7A; }

 p { color: rgb(82,30,122); }

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

background-color css

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

 a { background-color: rgb(82,30,122); }

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

border-color css

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

 span { border-color: rgb(82,30,122); }

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