Html Css Color HEX #741175 Purple

📋 copy color: '#741175'

red 116 ◦ green 17 ◦ blue 117

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

Shades of Purple #741175

Tints of Purple #741175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 46.4%
G = 6.8%
B = 46.8%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#741175 (or 0x741175) is known color: Purple. HEX triplet: 74, 11 and 75. RGB value is (116,17,117). Sum of RGB (Red+Green+Blue) = 116+17+117=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #741175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741175 is #8BEE8A. Grayscale: #393939. Windows color (decimal): -9170571 or 7672180. OLE color: 7672180.

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

Color convert

RGB 116 17 117 -
CMYK 0.01 0.85 0 0.54
HSL 299.4º 0.75% 0.26% -
HSV(B) 299.4º 0.85% 0.46% -
XYZ 10.61 5.4 17.31 -
YUV 58 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 116 17 117 0.01 0.85 0 0.54 299.4 0.75 0.26
Hex 74 11 75 1 55 0 36 12B 4B 1A
Octal 164 21 165 1 125 0 66 453 113 32
Binary 1110100 10001 1110101 1 1010101 0 110110 100101011 1001011 11010

Color Harmonies of #741175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741175

Black with #741175

Text Example


Text Example

White with #741175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741175; }

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

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

background-color css

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

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

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

border-color css

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

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

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