Html Css Color HEX #471265 Scarlet Gum

📋 copy color: '#471265'

red 71 ◦ green 18 ◦ blue 101

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

Shades of Scarlet Gum #471265

Tints of Scarlet Gum #471265

RGB

 RED value IS 71 (28.13% from 255) = 37.37%

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 37.37%
G = 9.47%
B = 53.16%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#471265 (or 0x471265) is known color: Scarlet Gum. HEX triplet: 47, 12 and 65. RGB value is (71,18,101). Sum of RGB (Red+Green+Blue) = 71+18+101=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #471265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471265 is #B8ED9A. Grayscale: #2B2B2B. Windows color (decimal): -12119451 or 6623815. OLE color: 6623815.

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

Color convert

RGB 71 18 101 -
CMYK 0.30 0.82 0 0.60
HSL 278.31º 0.7% 0.23% -
HSV(B) 278.31º 0.82% 0.4% -
XYZ 5.16 2.71 12.56 -
YUV 43.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 71 18 101 0.30 0.82 0 0.60 278.31 0.7 0.23
Hex 47 12 65 1E 52 0 3C 116 46 17
Octal 107 22 145 36 122 0 74 426 106 27
Binary 1000111 10010 1100101 11110 1010010 0 111100 100010110 1000110 10111

Color Harmonies of #471265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471265

Black with #471265

Text Example


Text Example

White with #471265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471265; }

 p { color: rgb(71,18,101); }

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

background-color css

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

 a { background-color: rgb(71,18,101); }

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

border-color css

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

 span { border-color: rgb(71,18,101); }

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