Html Css Color HEX #511B75 Blue Diamond

📋 copy color: '#511B75'

red 81 ◦ green 27 ◦ blue 117

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

Shades of Blue Diamond #511B75

Tints of Blue Diamond #511B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

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

R = 36%
G = 12%
B = 52%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511B75 (or 0x511B75) is known color: Blue Diamond. HEX triplet: 51, 1B and 75. RGB value is (81,27,117). Sum of RGB (Red+Green+Blue) = 81+27+117=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #511B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B75 is #AEE48A. Grayscale: #353535. Windows color (decimal): -11461771 or 7674705. OLE color: 7674705.

HSL color Cylindrical-coordinate representation of color #511B75: hue angle of 276º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511B75 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 27 117 -
CMYK 0.31 0.77 0 0.54
HSL 276º 0.63% 0.28% -
HSV(B) 276º 0.77% 0.46% -
XYZ 7 3.82 17.2 -
YUV 53.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 81 27 117 0.31 0.77 0 0.54 276 0.63 0.28
Hex 51 1B 75 1F 4D 0 36 114 3E 1C
Octal 121 33 165 37 115 0 66 424 76 34
Binary 1010001 11011 1110101 11111 1001101 0 110110 100010100 111110 11100

Color Harmonies of #511B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B75

Black with #511B75

Text Example


Text Example

White with #511B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511B75; }

 p { color: rgb(81,27,117); }

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

background-color css

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

 a { background-color: rgb(81,27,117); }

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

border-color css

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

 span { border-color: rgb(81,27,117); }

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