Html Css Color HEX #943671 Dark Purple

📋 copy color: '#943671'

red 148 ◦ green 54 ◦ blue 113

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

Shades of Dark Purple #943671

Tints of Dark Purple #943671

RGB

 RED value IS 148 (58.2% from 255) = 46.98%

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 46.98%
G = 17.14%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943671 (or 0x943671) is known color: Dark Purple. HEX triplet: 94, 36 and 71. RGB value is (148,54,113). Sum of RGB (Red+Green+Blue) = 148+54+113=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #943671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943671 is #6BC98E. Grayscale: #585858. Windows color (decimal): -7063951 or 7419540. OLE color: 7419540.

HSL color Cylindrical-coordinate representation of color #943671: hue angle of 322.34º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943671 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 113 -
CMYK 0 0.64 0.24 0.42
HSL 322.34º 0.47% 0.4% -
HSV(B) 322.34º 0.64% 0.58% -
XYZ 16.51 10.13 16.71 -
YUV 88.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 148 54 113 0 0.64 0.24 0.42 322.34 0.47 0.4
Hex 94 36 71 0 40 18 2A 142 2F 28
Octal 224 66 161 0 100 30 52 502 57 50
Binary 10010100 110110 1110001 0 1000000 11000 101010 101000010 101111 101000

Color Harmonies of #943671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943671

Black with #943671

Text Example


Text Example

White with #943671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943671; }

 p { color: rgb(148,54,113); }

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

background-color css

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

 a { background-color: rgb(148,54,113); }

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

border-color css

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

 span { border-color: rgb(148,54,113); }

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