Html Css Color HEX #740175 Purple

📋 copy color: '#740175'

red 116 ◦ green 1 ◦ blue 117

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

Shades of Purple #740175

Tints of Purple #740175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 49.57%
G = 0.43%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740175 (or 0x740175) is known color: Purple. HEX triplet: 74, 01 and 75. RGB value is (116,1,117). Sum of RGB (Red+Green+Blue) = 116+1+117=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #740175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740175 is #8BFE8A. Grayscale: #303030. Windows color (decimal): -9174667 or 7668084. OLE color: 7668084.

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

Color convert

RGB 116 1 117 -
CMYK 0.01 0.99 0 0.54
HSL 299.48º 0.98% 0.23% -
HSV(B) 299.48º 0.99% 0.46% -
XYZ 10.42 5.02 17.25 -
YUV 48.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 116 1 117 0.01 0.99 0 0.54 299.48 0.98 0.23
Hex 74 1 75 1 63 0 36 12B 62 17
Octal 164 1 165 1 143 0 66 453 142 27
Binary 1110100 1 1110101 1 1100011 0 110110 100101011 1100010 10111

Color Harmonies of #740175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740175

Black with #740175

Text Example


Text Example

White with #740175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740175; }

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

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

background-color css

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

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

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

border-color css

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

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

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