Html Css Color HEX #740263 Purple

📋 copy color: '#740263'

red 116 ◦ green 2 ◦ blue 99

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

Shades of Purple #740263

Tints of Purple #740263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 53.46%
G = 0.92%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#740263 (or 0x740263) is known color: Purple. HEX triplet: 74, 02 and 63. RGB value is (116,2,99). Sum of RGB (Red+Green+Blue) = 116+2+99=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740263 is #8BFD9C. Grayscale: #2E2E2E. Windows color (decimal): -9174429 or 6488692. OLE color: 6488692.

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

Color convert

RGB 116 2 99 -
CMYK 0 0.98 0.15 0.55
HSL 308.95º 0.97% 0.23% -
HSV(B) 308.95º 0.98% 0.45% -
XYZ 9.48 4.66 12.2 -
YUV 47.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 116 2 99 0 0.98 0.15 0.55 308.95 0.97 0.23
Hex 74 2 63 0 62 F 37 135 61 17
Octal 164 2 143 0 142 17 67 465 141 27
Binary 1110100 10 1100011 0 1100010 1111 110111 100110101 1100001 10111

Color Harmonies of #740263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740263

Black with #740263

Text Example


Text Example

White with #740263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740263; }

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

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

background-color css

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

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

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

border-color css

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

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

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