Html Css Color HEX #74186F Dark Purple

📋 copy color: '#74186F'

red 116 ◦ green 24 ◦ blue 111

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

Shades of Dark Purple #74186F

Tints of Dark Purple #74186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 46.22%
G = 9.56%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74186F (or 0x74186F) is known color: Dark Purple. HEX triplet: 74, 18 and 6F. RGB value is (116,24,111). Sum of RGB (Red+Green+Blue) = 116+24+111=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74186F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74186F is #8BE790. Grayscale: #3D3D3D. Windows color (decimal): -9168785 or 7280756. OLE color: 7280756.

HSL color Cylindrical-coordinate representation of color #74186F: hue angle of 303.26º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74186F is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 111 -
CMYK 0 0.79 0.04 0.55
HSL 303.26º 0.66% 0.27% -
HSV(B) 303.26º 0.79% 0.45% -
XYZ 10.4 5.51 15.56 -
YUV 61.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 116 24 111 0 0.79 0.04 0.55 303.26 0.66 0.27
Hex 74 18 6F 0 4F 4 37 12F 42 1B
Octal 164 30 157 0 117 4 67 457 102 33
Binary 1110100 11000 1101111 0 1001111 100 110111 100101111 1000010 11011

Color Harmonies of #74186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74186F

Black with #74186F

Text Example


Text Example

White with #74186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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