Html Css Color HEX #740195 Purple

📋 copy color: '#740195'

red 116 ◦ green 1 ◦ blue 149

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

Shades of Purple #740195

Tints of Purple #740195

RGB

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

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

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

R = 43.61%
G = 0.38%
B = 56.02%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740195 (or 0x740195) is known color: Purple. HEX triplet: 74, 01 and 95. RGB value is (116,1,149). Sum of RGB (Red+Green+Blue) = 116+1+149=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #740195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740195 is #8BFE6A. Grayscale: #333333. Windows color (decimal): -9174635 or 9765236. OLE color: 9765236.

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

Color convert

RGB 116 1 149 -
CMYK 0.22 0.99 0 0.42
HSL 286.62º 0.99% 0.29% -
HSV(B) 286.62º 0.99% 0.58% -
XYZ 12.64 5.9 28.91 -
YUV 52.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 116 1 149 0.22 0.99 0 0.42 286.62 0.99 0.29
Hex 74 1 95 16 63 0 2A 11F 63 1D
Octal 164 1 225 26 143 0 52 437 143 35
Binary 1110100 1 10010101 10110 1100011 0 101010 100011111 1100011 11101

Color Harmonies of #740195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740195

Black with #740195

Text Example


Text Example

White with #740195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740195; }

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

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

background-color css

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

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

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

border-color css

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

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

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