Html Css Color HEX #502575 Blue Diamond

📋 copy color: '#502575'

red 80 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #502575

Tints of Blue Diamond #502575

RGB

 RED value IS 80 (31.64% from 255) = 34.19%

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 34.19%
G = 15.81%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502575 (or 0x502575) is known color: Blue Diamond. HEX triplet: 50, 25 and 75. RGB value is (80,37,117). Sum of RGB (Red+Green+Blue) = 80+37+117=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #502575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502575 is #AFDA8A. Grayscale: #3A3A3A. Windows color (decimal): -11524747 or 7677264. OLE color: 7677264.

HSL color Cylindrical-coordinate representation of color #502575: hue angle of 272.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502575 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 37 117 -
CMYK 0.32 0.68 0 0.54
HSL 272.25º 0.52% 0.3% -
HSV(B) 272.25º 0.68% 0.46% -
XYZ 7.18 4.31 17.28 -
YUV 58.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 80 37 117 0.32 0.68 0 0.54 272.25 0.52 0.3
Hex 50 25 75 20 44 0 36 110 34 1E
Octal 120 45 165 40 104 0 66 420 64 36
Binary 1010000 100101 1110101 100000 1000100 0 110110 100010000 110100 11110

Color Harmonies of #502575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502575

Black with #502575

Text Example


Text Example

White with #502575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502575; }

 p { color: rgb(80,37,117); }

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

background-color css

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

 a { background-color: rgb(80,37,117); }

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

border-color css

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

 span { border-color: rgb(80,37,117); }

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