Html Css Color HEX #512567 Scarlet Gum

📋 copy color: '#512567'

red 81 ◦ green 37 ◦ blue 103

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

Shades of Scarlet Gum #512567

Tints of Scarlet Gum #512567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 36.65%
G = 16.74%
B = 46.61%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#512567 (or 0x512567) is known color: Scarlet Gum. HEX triplet: 51, 25 and 67. RGB value is (81,37,103). Sum of RGB (Red+Green+Blue) = 81+37+103=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #512567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512567 is #AEDA98. Grayscale: #393939. Windows color (decimal): -11459225 or 6759761. OLE color: 6759761.

HSL color Cylindrical-coordinate representation of color #512567: hue angle of 280º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512567 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 37 103 -
CMYK 0.21 0.64 0 0.60
HSL 280º 0.47% 0.27% -
HSV(B) 280º 0.64% 0.4% -
XYZ 6.5 4.05 13.27 -
YUV 57.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 81 37 103 0.21 0.64 0 0.60 280 0.47 0.27
Hex 51 25 67 15 40 0 3C 118 2F 1B
Octal 121 45 147 25 100 0 74 430 57 33
Binary 1010001 100101 1100111 10101 1000000 0 111100 100011000 101111 11011

Color Harmonies of #512567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512567

Black with #512567

Text Example


Text Example

White with #512567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512567; }

 p { color: rgb(81,37,103); }

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

background-color css

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

 a { background-color: rgb(81,37,103); }

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

border-color css

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

 span { border-color: rgb(81,37,103); }

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