Html Css Color HEX #74187B Dark Purple

📋 copy color: '#74187B'

red 116 ◦ green 24 ◦ blue 123

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

Shades of Dark Purple #74187B

Tints of Dark Purple #74187B

RGB

 RED value IS 116 (45.7% from 255) = 44.11%

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 44.11%
G = 9.13%
B = 46.77%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74187B (or 0x74187B) is known color: Dark Purple. HEX triplet: 74, 18 and 7B. RGB value is (116,24,123). Sum of RGB (Red+Green+Blue) = 116+24+123=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #74187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74187B is #8BE784. Grayscale: #3E3E3E. Windows color (decimal): -9168773 or 8067188. OLE color: 8067188.

HSL color Cylindrical-coordinate representation of color #74187B: hue angle of 295.76º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74187B is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 24 123 -
CMYK 0.06 0.80 0 0.52
HSL 295.76º 0.67% 0.29% -
HSV(B) 295.76º 0.8% 0.48% -
XYZ 11.1 5.8 19.27 -
YUV 62.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 116 24 123 0.06 0.80 0 0.52 295.76 0.67 0.29
Hex 74 18 7B 6 50 0 34 128 43 1D
Octal 164 30 173 6 120 0 64 450 103 35
Binary 1110100 11000 1111011 110 1010000 0 110100 100101000 1000011 11101

Color Harmonies of #74187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74187B

Black with #74187B

Text Example


Text Example

White with #74187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74187B; }

 p { color: rgb(116,24,123); }

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

background-color css

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

 a { background-color: rgb(116,24,123); }

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

border-color css

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

 span { border-color: rgb(116,24,123); }

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