Html Css Color HEX #741575 Dark Purple

📋 copy color: '#741575'

red 116 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #741575

Tints of Dark Purple #741575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 45.67%
G = 8.27%
B = 46.06%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741575 (or 0x741575) is known color: Dark Purple. HEX triplet: 74, 15 and 75. RGB value is (116,21,117). Sum of RGB (Red+Green+Blue) = 116+21+117=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #741575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741575 is #8BEA8A. Grayscale: #3C3C3C. Windows color (decimal): -9169547 or 7673204. OLE color: 7673204.

HSL color Cylindrical-coordinate representation of color #741575: hue angle of 299.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741575 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 21 117 -
CMYK 0.01 0.82 0 0.54
HSL 299.38º 0.7% 0.27% -
HSV(B) 299.38º 0.82% 0.46% -
XYZ 10.68 5.53 17.33 -
YUV 60.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 116 21 117 0.01 0.82 0 0.54 299.38 0.7 0.27
Hex 74 15 75 1 52 0 36 12B 46 1B
Octal 164 25 165 1 122 0 66 453 106 33
Binary 1110100 10101 1110101 1 1010010 0 110110 100101011 1000110 11011

Color Harmonies of #741575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741575

Black with #741575

Text Example


Text Example

White with #741575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741575; }

 p { color: rgb(116,21,117); }

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

background-color css

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

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

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

border-color css

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

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

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