Html Css Color HEX #740875 Purple

📋 copy color: '#740875'

red 116 ◦ green 8 ◦ blue 117

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

Shades of Purple #740875

Tints of Purple #740875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 48.13%
G = 3.32%
B = 48.55%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740875 (or 0x740875) is known color: Purple. HEX triplet: 74, 08 and 75. RGB value is (116,8,117). Sum of RGB (Red+Green+Blue) = 116+8+117=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #740875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740875 is #8BF78A. Grayscale: #343434. Windows color (decimal): -9172875 or 7669876. OLE color: 7669876.

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

Color convert

RGB 116 8 117 -
CMYK 0.01 0.93 0 0.54
HSL 299.45º 0.87% 0.25% -
HSV(B) 299.45º 0.93% 0.46% -
XYZ 10.5 5.17 17.27 -
YUV 52.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 116 8 117 0.01 0.93 0 0.54 299.45 0.87 0.25
Hex 74 8 75 1 5D 0 36 12B 57 19
Octal 164 10 165 1 135 0 66 453 127 31
Binary 1110100 1000 1110101 1 1011101 0 110110 100101011 1010111 11001

Color Harmonies of #740875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740875

Black with #740875

Text Example


Text Example

White with #740875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740875; }

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

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

background-color css

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

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

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

border-color css

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

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

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