Html Css Color HEX #521F7C Blue Diamond

📋 copy color: '#521F7C'

red 82 ◦ green 31 ◦ blue 124

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

Shades of Blue Diamond #521F7C

Tints of Blue Diamond #521F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 34.6%
G = 13.08%
B = 52.32%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#521F7C (or 0x521F7C) is known color: Blue Diamond. HEX triplet: 52, 1F and 7C. RGB value is (82,31,124). Sum of RGB (Red+Green+Blue) = 82+31+124=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #521F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F7C is #ADE083. Grayscale: #383838. Windows color (decimal): -11395204 or 8134482. OLE color: 8134482.

HSL color Cylindrical-coordinate representation of color #521F7C: hue angle of 272.9º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521F7C is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 31 124 -
CMYK 0.34 0.75 0 0.51
HSL 272.9º 0.6% 0.3% -
HSV(B) 272.9º 0.75% 0.49% -
XYZ 7.61 4.23 19.48 -
YUV 56.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 82 31 124 0.34 0.75 0 0.51 272.9 0.6 0.3
Hex 52 1F 7C 22 4B 0 33 111 3C 1E
Octal 122 37 174 42 113 0 63 421 74 36
Binary 1010010 11111 1111100 100010 1001011 0 110011 100010001 111100 11110

Color Harmonies of #521F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F7C

Black with #521F7C

Text Example


Text Example

White with #521F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,124); }

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

background-color css

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

 a { background-color: rgb(82,31,124); }

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

border-color css

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

 span { border-color: rgb(82,31,124); }

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