Html Css Color HEX #740275 Purple

📋 copy color: '#740275'

red 116 ◦ green 2 ◦ blue 117

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

Shades of Purple #740275

Tints of Purple #740275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 49.36%
G = 0.85%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740275 (or 0x740275) is known color: Purple. HEX triplet: 74, 02 and 75. RGB value is (116,2,117). Sum of RGB (Red+Green+Blue) = 116+2+117=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #740275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740275 is #8BFD8A. Grayscale: #303030. Windows color (decimal): -9174411 or 7668340. OLE color: 7668340.

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

Color convert

RGB 116 2 117 -
CMYK 0.01 0.98 0 0.54
HSL 299.48º 0.97% 0.23% -
HSV(B) 299.48º 0.98% 0.46% -
XYZ 10.44 5.04 17.25 -
YUV 49.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 116 2 117 0.01 0.98 0 0.54 299.48 0.97 0.23
Hex 74 2 75 1 62 0 36 12B 61 17
Octal 164 2 165 1 142 0 66 453 141 27
Binary 1110100 10 1110101 1 1100010 0 110110 100101011 1100001 10111

Color Harmonies of #740275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740275

Black with #740275

Text Example


Text Example

White with #740275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740275; }

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

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

background-color css

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

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

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

border-color css

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

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

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