Html Css Color HEX #502075 Blue Diamond

📋 copy color: '#502075'

red 80 ◦ green 32 ◦ blue 117

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

Shades of Blue Diamond #502075

Tints of Blue Diamond #502075

RGB

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

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

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

R = 34.93%
G = 13.97%
B = 51.09%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502075 (or 0x502075) is known color: Blue Diamond. HEX triplet: 50, 20 and 75. RGB value is (80,32,117). Sum of RGB (Red+Green+Blue) = 80+32+117=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #502075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502075 is #AFDF8A. Grayscale: #373737. Windows color (decimal): -11526027 or 7675984. OLE color: 7675984.

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

Color convert

RGB 80 32 117 -
CMYK 0.32 0.73 0 0.54
HSL 273.88º 0.57% 0.29% -
HSV(B) 273.88º 0.73% 0.46% -
XYZ 7.04 4.02 17.24 -
YUV 56.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 80 32 117 0.32 0.73 0 0.54 273.88 0.57 0.29
Hex 50 20 75 20 49 0 36 112 39 1D
Octal 120 40 165 40 111 0 66 422 71 35
Binary 1010000 100000 1110101 100000 1001001 0 110110 100010010 111001 11101

Color Harmonies of #502075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502075

Black with #502075

Text Example


Text Example

White with #502075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502075; }

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

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

background-color css

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

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

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

border-color css

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

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

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