Html Css Color HEX #481967 Scarlet Gum

📋 copy color: '#481967'

red 72 ◦ green 25 ◦ blue 103

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

Shades of Scarlet Gum #481967

Tints of Scarlet Gum #481967

RGB

 RED value IS 72 (28.52% from 255) = 36%

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 36%
G = 12.5%
B = 51.5%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481967 (or 0x481967) is known color: Scarlet Gum. HEX triplet: 48, 19 and 67. RGB value is (72,25,103). Sum of RGB (Red+Green+Blue) = 72+25+103=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #481967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481967 is #B7E698. Grayscale: #2F2F2F. Windows color (decimal): -12052121 or 6756680. OLE color: 6756680.

HSL color Cylindrical-coordinate representation of color #481967: hue angle of 276.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481967 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 25 103 -
CMYK 0.30 0.76 0 0.60
HSL 276.15º 0.61% 0.25% -
HSV(B) 276.15º 0.76% 0.4% -
XYZ 5.47 3.05 13.13 -
YUV 47.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 72 25 103 0.30 0.76 0 0.60 276.15 0.61 0.25
Hex 48 19 67 1E 4C 0 3C 114 3D 19
Octal 110 31 147 36 114 0 74 424 75 31
Binary 1001000 11001 1100111 11110 1001100 0 111100 100010100 111101 11001

Color Harmonies of #481967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481967

Black with #481967

Text Example


Text Example

White with #481967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481967; }

 p { color: rgb(72,25,103); }

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

background-color css

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

 a { background-color: rgb(72,25,103); }

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

border-color css

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

 span { border-color: rgb(72,25,103); }

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