Html Css Color HEX #4B135A Scarlet Gum

📋 copy color: '#4B135A'

red 75 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #4B135A

Tints of Scarlet Gum #4B135A

RGB

 RED value IS 75 (29.69% from 255) = 40.76%

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 40.76%
G = 10.33%
B = 48.91%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B135A (or 0x4B135A) is known color: Scarlet Gum. HEX triplet: 4B, 13 and 5A. RGB value is (75,19,90). Sum of RGB (Red+Green+Blue) = 75+19+90=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B135A is #B4ECA5. Grayscale: #2B2B2B. Windows color (decimal): -11857062 or 5903179. OLE color: 5903179.

HSL color Cylindrical-coordinate representation of color #4B135A: hue angle of 287.32º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B135A is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 19 90 -
CMYK 0.17 0.79 0 0.65
HSL 287.32º 0.65% 0.21% -
HSV(B) 287.32º 0.79% 0.35% -
XYZ 4.98 2.7 9.93 -
YUV 43.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 75 19 90 0.17 0.79 0 0.65 287.32 0.65 0.21
Hex 4B 13 5A 11 4F 0 41 11F 41 15
Octal 113 23 132 21 117 0 101 437 101 25
Binary 1001011 10011 1011010 10001 1001111 0 1000001 100011111 1000001 10101

Color Harmonies of #4B135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B135A

Black with #4B135A

Text Example


Text Example

White with #4B135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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