Html Css Color HEX #4C075C Scarlet Gum

📋 copy color: '#4C075C'

red 76 ◦ green 7 ◦ blue 92

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

Shades of Scarlet Gum #4C075C

Tints of Scarlet Gum #4C075C

RGB

 RED value IS 76 (30.08% from 255) = 43.43%

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 43.43%
G = 4%
B = 52.57%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C075C (or 0x4C075C) is known color: Scarlet Gum. HEX triplet: 4C, 07 and 5C. RGB value is (76,7,92). Sum of RGB (Red+Green+Blue) = 76+7+92=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C075C is #B3F8A3. Grayscale: #252525. Windows color (decimal): -11794596 or 6031180. OLE color: 6031180.

HSL color Cylindrical-coordinate representation of color #4C075C: hue angle of 288.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C075C is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 7 92 -
CMYK 0.17 0.92 0 0.64
HSL 288.71º 0.86% 0.19% -
HSV(B) 288.71º 0.92% 0.36% -
XYZ 4.99 2.46 10.34 -
YUV 37.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 76 7 92 0.17 0.92 0 0.64 288.71 0.86 0.19
Hex 4C 7 5C 11 5C 0 40 121 56 13
Octal 114 7 134 21 134 0 100 441 126 23
Binary 1001100 111 1011100 10001 1011100 0 1000000 100100001 1010110 10011

Color Harmonies of #4C075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C075C

Black with #4C075C

Text Example


Text Example

White with #4C075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,92); }

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

background-color css

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

 a { background-color: rgb(76,7,92); }

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

border-color css

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

 span { border-color: rgb(76,7,92); }

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