#4B135C

Color #4B135C Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4B135C

Tints of Scarlet Gum #4B135C

Color information

#4B135C (or 0x4B135C) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 13 and 5C. RGB value is (75,19,92). Sum of RGB (Red+Green+Blue) = 75+19+92=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B135C is #B4ECA3. Grayscale: #2B2B2B. Windows color (decimal): -11857060 or 6034251. OLE color: 6034251.

HSL color Cylindrical-coordinate representation of color #4B135C: hue angle of 286.03º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B135C is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB751992-
CMYK0.180.7900.64
HSL286.03º65.77%21.76%-
HSV(B)286.03º79.35%36.08%-
XYZ5.072.7310.39-
YUV44.07155.05150.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=40.32%
G=10.22%
B=49.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7519920.180.7900.64286.0365.7721.76
Hex4B135C124F04011e4216
Octal1132313422117010043610226
Binary100101110011101110010010100111101000000100011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B135C; }

 p { color: rgb(75,19,92); }

 H1.HeaderClassName
 {
   color: #4B135C;
 }
 .AnyTagClassName
 {
   color: #4B135C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,19,92); }

 div.DivClassName
 {
   background-color: #4B135C;
 }
 .BgClassName
 {
   background-color: #4B135C;
 }
</style>
border-color css

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

 span { border-color: rgb(75,19,92); }

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