Html Css Color HEX #513168 Honey Flower

📋 copy color: '#513168'

red 81 ◦ green 49 ◦ blue 104

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

Shades of Honey Flower #513168

Tints of Honey Flower #513168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 34.62%
G = 20.94%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513168 (or 0x513168) is known color: Honey Flower. HEX triplet: 51, 31 and 68. RGB value is (81,49,104). Sum of RGB (Red+Green+Blue) = 81+49+104=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #513168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513168 is #AECE97. Grayscale: #404040. Windows color (decimal): -11456152 or 6828369. OLE color: 6828369.

HSL color Cylindrical-coordinate representation of color #513168: hue angle of 274.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #513168 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 49 104 -
CMYK 0.22 0.53 0 0.59
HSL 274.91º 0.36% 0.3% -
HSV(B) 274.91º 0.53% 0.41% -
XYZ 6.99 4.95 13.68 -
YUV 64.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 81 49 104 0.22 0.53 0 0.59 274.91 0.36 0.3
Hex 51 31 68 16 35 0 3B 113 24 1E
Octal 121 61 150 26 65 0 73 423 44 36
Binary 1010001 110001 1101000 10110 110101 0 111011 100010011 100100 11110

Color Harmonies of #513168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513168

Black with #513168

Text Example


Text Example

White with #513168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513168; }

 p { color: rgb(81,49,104); }

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

background-color css

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

 a { background-color: rgb(81,49,104); }

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

border-color css

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

 span { border-color: rgb(81,49,104); }

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