Html Css Color HEX #740095 Purple

📋 copy color: '#740095'

red 116 ◦ green 0 ◦ blue 149

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

Shades of Purple #740095

Tints of Purple #740095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 43.77%
G = 0%
B = 56.23%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740095 (or 0x740095) is known color: Purple. HEX triplet: 74, 00 and 95. RGB value is (116,0,149). Sum of RGB (Red+Green+Blue) = 116+0+149=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #740095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740095 is #8BFF6A. Grayscale: #333333. Windows color (decimal): -9174891 or 9764980. OLE color: 9764980.

HSL color Cylindrical-coordinate representation of color #740095: hue angle of 286.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740095 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 0 149 -
CMYK 0.22 1 0 0.42
HSL 286.71º 1% 0.29% -
HSV(B) 286.71º 1% 0.58% -
XYZ 12.63 5.88 28.9 -
YUV 51.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 116 0 149 0.22 1 0 0.42 286.71 1 0.29
Hex 74 0 95 16 64 0 2A 11F 64 1D
Octal 164 0 225 26 144 0 52 437 144 35
Binary 1110100 0 10010101 10110 1100100 0 101010 100011111 1100100 11101

Color Harmonies of #740095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740095

Black with #740095

Text Example


Text Example

White with #740095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740095; }

 p { color: rgb(116,0,149); }

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

background-color css

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

 a { background-color: rgb(116,0,149); }

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

border-color css

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

 span { border-color: rgb(116,0,149); }

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