Html Css Color HEX #521F7E Blue Diamond

📋 copy color: '#521F7E'

red 82 ◦ green 31 ◦ blue 126

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

Shades of Blue Diamond #521F7E

Tints of Blue Diamond #521F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 34.31%
G = 12.97%
B = 52.72%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#521F7E (or 0x521F7E) is known color: Blue Diamond. HEX triplet: 52, 1F and 7E. RGB value is (82,31,126). Sum of RGB (Red+Green+Blue) = 82+31+126=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #521F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F7E is #ADE081. Grayscale: #383838. Windows color (decimal): -11395202 or 8265554. OLE color: 8265554.

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

Color convert

RGB 82 31 126 -
CMYK 0.35 0.75 0 0.51
HSL 272.21º 0.61% 0.31% -
HSV(B) 272.21º 0.75% 0.49% -
XYZ 7.74 4.28 20.16 -
YUV 57.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 82 31 126 0.35 0.75 0 0.51 272.21 0.61 0.31
Hex 52 1F 7E 23 4B 0 33 110 3D 1F
Octal 122 37 176 43 113 0 63 420 75 37
Binary 1010010 11111 1111110 100011 1001011 0 110011 100010000 111101 11111

Color Harmonies of #521F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F7E

Black with #521F7E

Text Example


Text Example

White with #521F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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