Html Css Color HEX #741674 Dark Purple

📋 copy color: '#741674'

red 116 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #741674

Tints of Dark Purple #741674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 45.67%
G = 8.66%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#741674 (or 0x741674) is known color: Dark Purple. HEX triplet: 74, 16 and 74. RGB value is (116,22,116). Sum of RGB (Red+Green+Blue) = 116+22+116=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #741674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741674 is #8BE98B. Grayscale: #3C3C3C. Windows color (decimal): -9169292 or 7607924. OLE color: 7607924.

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

Color convert

RGB 116 22 116 -
CMYK 0 0.81 0 0.55
HSL 300º 0.68% 0.27% -
HSV(B) 300º 0.81% 0.45% -
XYZ 10.64 5.55 17.03 -
YUV 60.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 116 22 116 0 0.81 0 0.55 300 0.68 0.27
Hex 74 16 74 0 51 0 37 12C 44 1B
Octal 164 26 164 0 121 0 67 454 104 33
Binary 1110100 10110 1110100 0 1010001 0 110111 100101100 1000100 11011

Color Harmonies of #741674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741674

Black with #741674

Text Example


Text Example

White with #741674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741674; }

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

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

background-color css

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

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

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

border-color css

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

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

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