Html Css Color HEX #43155D Scarlet Gum

📋 copy color: '#43155D'

red 67 ◦ green 21 ◦ blue 93

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

Shades of Scarlet Gum #43155D

Tints of Scarlet Gum #43155D

RGB

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

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

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

R = 37.02%
G = 11.6%
B = 51.38%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43155D (or 0x43155D) is known color: Scarlet Gum. HEX triplet: 43, 15 and 5D. RGB value is (67,21,93). Sum of RGB (Red+Green+Blue) = 67+21+93=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #43155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155D is #BCEAA2. Grayscale: #2A2A2A. Windows color (decimal): -12380835 or 6100291. OLE color: 6100291.

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

Color convert

RGB 67 21 93 -
CMYK 0.28 0.77 0 0.64
HSL 278.33º 0.63% 0.22% -
HSV(B) 278.33º 0.77% 0.36% -
XYZ 4.56 2.52 10.6 -
YUV 42.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 67 21 93 0.28 0.77 0 0.64 278.33 0.63 0.22
Hex 43 15 5D 1C 4D 0 40 116 3F 16
Octal 103 25 135 34 115 0 100 426 77 26
Binary 1000011 10101 1011101 11100 1001101 0 1000000 100010110 111111 10110

Color Harmonies of #43155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43155D

Black with #43155D

Text Example


Text Example

White with #43155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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