Html Css Color HEX #512373 Blue Diamond

📋 copy color: '#512373'

red 81 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #512373

Tints of Blue Diamond #512373

RGB

 RED value IS 81 (32.03% from 255) = 35.06%

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 35.06%
G = 15.15%
B = 49.78%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512373 (or 0x512373) is known color: Blue Diamond. HEX triplet: 51, 23 and 73. RGB value is (81,35,115). Sum of RGB (Red+Green+Blue) = 81+35+115=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #512373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512373 is #AEDC8C. Grayscale: #393939. Windows color (decimal): -11459725 or 7545681. OLE color: 7545681.

HSL color Cylindrical-coordinate representation of color #512373: hue angle of 274.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512373 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 35 115 -
CMYK 0.30 0.70 0 0.55
HSL 274.5º 0.53% 0.29% -
HSV(B) 274.5º 0.7% 0.45% -
XYZ 7.09 4.19 16.65 -
YUV 57.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 81 35 115 0.30 0.70 0 0.55 274.5 0.53 0.29
Hex 51 23 73 1E 46 0 37 112 35 1D
Octal 121 43 163 36 106 0 67 422 65 35
Binary 1010001 100011 1110011 11110 1000110 0 110111 100010010 110101 11101

Color Harmonies of #512373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512373

Black with #512373

Text Example


Text Example

White with #512373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512373; }

 p { color: rgb(81,35,115); }

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

background-color css

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

 a { background-color: rgb(81,35,115); }

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

border-color css

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

 span { border-color: rgb(81,35,115); }

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