Html Css Color HEX #43115D Scarlet Gum

📋 copy color: '#43115D'

red 67 ◦ green 17 ◦ blue 93

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

Shades of Scarlet Gum #43115D

Tints of Scarlet Gum #43115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 37.85%
G = 9.6%
B = 52.54%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43115D (or 0x43115D) is known color: Scarlet Gum. HEX triplet: 43, 11 and 5D. RGB value is (67,17,93). Sum of RGB (Red+Green+Blue) = 67+17+93=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #43115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43115D is #BCEEA2. Grayscale: #282828. Windows color (decimal): -12381859 or 6099267. OLE color: 6099267.

HSL color Cylindrical-coordinate representation of color #43115D: hue angle of 279.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43115D is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 17 93 -
CMYK 0.28 0.82 0 0.64
HSL 279.47º 0.69% 0.22% -
HSV(B) 279.47º 0.82% 0.36% -
XYZ 4.49 2.38 10.58 -
YUV 40.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 67 17 93 0.28 0.82 0 0.64 279.47 0.69 0.22
Hex 43 11 5D 1C 52 0 40 117 45 16
Octal 103 21 135 34 122 0 100 427 105 26
Binary 1000011 10001 1011101 11100 1010010 0 1000000 100010111 1000101 10110

Color Harmonies of #43115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43115D

Black with #43115D

Text Example


Text Example

White with #43115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43115D; }

 p { color: rgb(67,17,93); }

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

background-color css

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

 a { background-color: rgb(67,17,93); }

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

border-color css

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

 span { border-color: rgb(67,17,93); }

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