Html Css Color HEX #43085D Scarlet Gum

📋 copy color: '#43085D'

red 67 ◦ green 8 ◦ blue 93

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

Shades of Scarlet Gum #43085D

Tints of Scarlet Gum #43085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

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

R = 39.88%
G = 4.76%
B = 55.36%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43085D (or 0x43085D) is known color: Scarlet Gum. HEX triplet: 43, 08 and 5D. RGB value is (67,8,93). Sum of RGB (Red+Green+Blue) = 67+8+93=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #43085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43085D is #BCF7A2. Grayscale: #232323. Windows color (decimal): -12384163 or 6096963. OLE color: 6096963.

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

Color convert

RGB 67 8 93 -
CMYK 0.28 0.91 0 0.64
HSL 281.65º 0.84% 0.2% -
HSV(B) 281.65º 0.91% 0.36% -
XYZ 4.38 2.16 10.54 -
YUV 35.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 67 8 93 0.28 0.91 0 0.64 281.65 0.84 0.2
Hex 43 8 5D 1C 5B 0 40 11A 54 14
Octal 103 10 135 34 133 0 100 432 124 24
Binary 1000011 1000 1011101 11100 1011011 0 1000000 100011010 1010100 10100

Color Harmonies of #43085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43085D

Black with #43085D

Text Example


Text Example

White with #43085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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