Html Css Color HEX #741874 Dark Purple

📋 copy color: '#741874'

red 116 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #741874

Tints of Dark Purple #741874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 45.31%
G = 9.38%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741874 (or 0x741874) is known color: Dark Purple. HEX triplet: 74, 18 and 74. RGB value is (116,24,116). Sum of RGB (Red+Green+Blue) = 116+24+116=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741874 is #8BE78B. Grayscale: #3D3D3D. Windows color (decimal): -9168780 or 7608436. OLE color: 7608436.

HSL color Cylindrical-coordinate representation of color #741874: hue angle of 300º 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 #741874 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 116 -
CMYK 0 0.79 0 0.55
HSL 300º 0.66% 0.27% -
HSV(B) 300º 0.79% 0.45% -
XYZ 10.68 5.63 17.05 -
YUV 62 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 116 24 116 0 0.79 0 0.55 300 0.66 0.27
Hex 74 18 74 0 4F 0 37 12C 42 1B
Octal 164 30 164 0 117 0 67 454 102 33
Binary 1110100 11000 1110100 0 1001111 0 110111 100101100 1000010 11011

Color Harmonies of #741874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741874

Black with #741874

Text Example


Text Example

White with #741874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741874; }

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

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

background-color css

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

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

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

border-color css

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

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

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