Html Css Color HEX #740181 Purple

📋 copy color: '#740181'

red 116 ◦ green 1 ◦ blue 129

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

Shades of Purple #740181

Tints of Purple #740181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.44%

R = 47.15%
G = 0.41%
B = 52.44%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#740181 (or 0x740181) is known color: Purple. HEX triplet: 74, 01 and 81. RGB value is (116,1,129). Sum of RGB (Red+Green+Blue) = 116+1+129=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #740181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740181 is #8BFE7E. Grayscale: #313131. Windows color (decimal): -9174655 or 8454516. OLE color: 8454516.

HSL color Cylindrical-coordinate representation of color #740181: hue angle of 293.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740181 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 1 129 -
CMYK 0.10 0.99 0 0.49
HSL 293.91º 0.98% 0.25% -
HSV(B) 293.91º 0.99% 0.51% -
XYZ 11.18 5.32 21.21 -
YUV 49.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 116 1 129 0.10 0.99 0 0.49 293.91 0.98 0.25
Hex 74 1 81 A 63 0 31 126 62 19
Octal 164 1 201 12 143 0 61 446 142 31
Binary 1110100 1 10000001 1010 1100011 0 110001 100100110 1100010 11001

Color Harmonies of #740181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740181

Black with #740181

Text Example


Text Example

White with #740181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740181; }

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

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

background-color css

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

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

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

border-color css

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

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

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