Html Css Color HEX #43155C Scarlet Gum

📋 copy color: '#43155C'

red 67 ◦ green 21 ◦ blue 92

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

Shades of Scarlet Gum #43155C

Tints of Scarlet Gum #43155C

RGB

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

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

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

R = 37.22%
G = 11.67%
B = 51.11%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43155C (or 0x43155C) is known color: Scarlet Gum. HEX triplet: 43, 15 and 5C. RGB value is (67,21,92). Sum of RGB (Red+Green+Blue) = 67+21+92=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #43155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155C is #BCEAA3. Grayscale: #2A2A2A. Windows color (decimal): -12380836 or 6034755. OLE color: 6034755.

HSL color Cylindrical-coordinate representation of color #43155C: hue angle of 278.87º 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 #43155C is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 21 92 -
CMYK 0.27 0.77 0 0.64
HSL 278.87º 0.63% 0.22% -
HSV(B) 278.87º 0.77% 0.36% -
XYZ 4.51 2.5 10.37 -
YUV 42.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 67 21 92 0.27 0.77 0 0.64 278.87 0.63 0.22
Hex 43 15 5C 1B 4D 0 40 117 3F 16
Octal 103 25 134 33 115 0 100 427 77 26
Binary 1000011 10101 1011100 11011 1001101 0 1000000 100010111 111111 10110

Color Harmonies of #43155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43155C

Black with #43155C

Text Example


Text Example

White with #43155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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