Html Css Color HEX #740163 Purple

📋 copy color: '#740163'

red 116 ◦ green 1 ◦ blue 99

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

Shades of Purple #740163

Tints of Purple #740163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 53.7%
G = 0.46%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#740163 (or 0x740163) is known color: Purple. HEX triplet: 74, 01 and 63. RGB value is (116,1,99). Sum of RGB (Red+Green+Blue) = 116+1+99=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #740163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740163 is #8BFE9C. Grayscale: #2E2E2E. Windows color (decimal): -9174685 or 6488436. OLE color: 6488436.

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

Color convert

RGB 116 1 99 -
CMYK 0 0.99 0.15 0.55
HSL 308.87º 0.98% 0.23% -
HSV(B) 308.87º 0.99% 0.45% -
XYZ 9.47 4.64 12.2 -
YUV 46.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 116 1 99 0 0.99 0.15 0.55 308.87 0.98 0.23
Hex 74 1 63 0 63 F 37 135 62 17
Octal 164 1 143 0 143 17 67 465 142 27
Binary 1110100 1 1100011 0 1100011 1111 110111 100110101 1100010 10111

Color Harmonies of #740163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740163

Black with #740163

Text Example


Text Example

White with #740163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740163; }

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

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

background-color css

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

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

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

border-color css

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

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

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