Html Css Color HEX #512670 Blue Diamond

📋 copy color: '#512670'

red 81 ◦ green 38 ◦ blue 112

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

Shades of Blue Diamond #512670

Tints of Blue Diamond #512670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 35.06%
G = 16.45%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512670 (or 0x512670) is known color: Blue Diamond. HEX triplet: 51, 26 and 70. RGB value is (81,38,112). Sum of RGB (Red+Green+Blue) = 81+38+112=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #512670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512670 is #AED98F. Grayscale: #3B3B3B. Windows color (decimal): -11458960 or 7349841. OLE color: 7349841.

HSL color Cylindrical-coordinate representation of color #512670: hue angle of 274.86º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512670 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 38 112 -
CMYK 0.28 0.66 0 0.56
HSL 274.86º 0.49% 0.29% -
HSV(B) 274.86º 0.66% 0.44% -
XYZ 7.01 4.31 15.79 -
YUV 59.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 81 38 112 0.28 0.66 0 0.56 274.86 0.49 0.29
Hex 51 26 70 1C 42 0 38 113 31 1D
Octal 121 46 160 34 102 0 70 423 61 35
Binary 1010001 100110 1110000 11100 1000010 0 111000 100010011 110001 11101

Color Harmonies of #512670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512670

Black with #512670

Text Example


Text Example

White with #512670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512670; }

 p { color: rgb(81,38,112); }

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

background-color css

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

 a { background-color: rgb(81,38,112); }

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

border-color css

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

 span { border-color: rgb(81,38,112); }

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