Html Css Color HEX #740262 Purple

📋 copy color: '#740262'

red 116 ◦ green 2 ◦ blue 98

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

Shades of Purple #740262

Tints of Purple #740262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 53.7%
G = 0.93%
B = 45.37%

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

#740262 (or 0x740262) is known color: Purple. HEX triplet: 74, 02 and 62. RGB value is (116,2,98). Sum of RGB (Red+Green+Blue) = 116+2+98=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #740262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740262 is #8BFD9D. Grayscale: #2E2E2E. Windows color (decimal): -9174430 or 6423156. OLE color: 6423156.

HSL color Cylindrical-coordinate representation of color #740262: hue angle of 309.47º 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 #740262 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 98 -
CMYK 0 0.98 0.16 0.55
HSL 309.47º 0.97% 0.23% -
HSV(B) 309.47º 0.98% 0.45% -
XYZ 9.43 4.64 11.95 -
YUV 47.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 116 2 98 0 0.98 0.16 0.55 309.47 0.97 0.23
Hex 74 2 62 0 62 10 37 135 61 17
Octal 164 2 142 0 142 20 67 465 141 27
Binary 1110100 10 1100010 0 1100010 10000 110111 100110101 1100001 10111

Color Harmonies of #740262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740262

Black with #740262

Text Example


Text Example

White with #740262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740262; }

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

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

background-color css

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

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

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

border-color css

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

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

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