Html Css Color HEX #43155F Scarlet Gum

📋 copy color: '#43155F'

red 67 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #43155F

Tints of Scarlet Gum #43155F

RGB

 RED value IS 67 (26.56% from 255) = 36.61%

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 36.61%
G = 11.48%
B = 51.91%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43155F (or 0x43155F) is known color: Scarlet Gum. HEX triplet: 43, 15 and 5F. RGB value is (67,21,95). Sum of RGB (Red+Green+Blue) = 67+21+95=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #43155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155F is #BCEAA0. Grayscale: #2A2A2A. Windows color (decimal): -12380833 or 6231363. OLE color: 6231363.

HSL color Cylindrical-coordinate representation of color #43155F: hue angle of 277.3º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43155F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 21 95 -
CMYK 0.29 0.78 0 0.63
HSL 277.3º 0.64% 0.23% -
HSV(B) 277.3º 0.78% 0.37% -
XYZ 4.65 2.56 11.07 -
YUV 43.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 67 21 95 0.29 0.78 0 0.63 277.3 0.64 0.23
Hex 43 15 5F 1D 4E 0 3F 115 40 17
Octal 103 25 137 35 116 0 77 425 100 27
Binary 1000011 10101 1011111 11101 1001110 0 111111 100010101 1000000 10111

Color Harmonies of #43155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43155F

Black with #43155F

Text Example


Text Example

White with #43155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43155F; }

 p { color: rgb(67,21,95); }

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

background-color css

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

 a { background-color: rgb(67,21,95); }

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

border-color css

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

 span { border-color: rgb(67,21,95); }

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