Html Css Color HEX #740261 Purple

📋 copy color: '#740261'

red 116 ◦ green 2 ◦ blue 97

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

Shades of Purple #740261

Tints of Purple #740261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 53.95%
G = 0.93%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#740261 (or 0x740261) is known color: Purple. HEX triplet: 74, 02 and 61. RGB value is (116,2,97). Sum of RGB (Red+Green+Blue) = 116+2+97=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #740261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740261 is #8BFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9174431 or 6357620. OLE color: 6357620.

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

Color convert

RGB 116 2 97 -
CMYK 0 0.98 0.16 0.55
HSL 310º 0.97% 0.23% -
HSV(B) 310º 0.98% 0.45% -
XYZ 9.38 4.62 11.71 -
YUV 46.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 116 2 97 0 0.98 0.16 0.55 310 0.97 0.23
Hex 74 2 61 0 62 10 37 136 61 17
Octal 164 2 141 0 142 20 67 466 141 27
Binary 1110100 10 1100001 0 1100010 10000 110111 100110110 1100001 10111

Color Harmonies of #740261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740261

Black with #740261

Text Example


Text Example

White with #740261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740261; }

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

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

background-color css

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

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

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

border-color css

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

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

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