Html Css Color HEX #760194 Purple

📋 copy color: '#760194'

red 118 ◦ green 1 ◦ blue 148

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

Shades of Purple #760194

Tints of Purple #760194

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 44.19%
G = 0.37%
B = 55.43%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760194 (or 0x760194) is known color: Purple. HEX triplet: 76, 01 and 94. RGB value is (118,1,148). Sum of RGB (Red+Green+Blue) = 118+1+148=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #760194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760194 is #89FE6B. Grayscale: #343434. Windows color (decimal): -9043564 or 9699702. OLE color: 9699702.

HSL color Cylindrical-coordinate representation of color #760194: hue angle of 287.76º 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 #760194 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 1 148 -
CMYK 0.20 0.99 0 0.42
HSL 287.76º 0.99% 0.29% -
HSV(B) 287.76º 0.99% 0.58% -
XYZ 12.83 6.01 28.5 -
YUV 52.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 118 1 148 0.20 0.99 0 0.42 287.76 0.99 0.29
Hex 76 1 94 14 63 0 2A 120 63 1D
Octal 166 1 224 24 143 0 52 440 143 35
Binary 1110110 1 10010100 10100 1100011 0 101010 100100000 1100011 11101

Color Harmonies of #760194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760194

Black with #760194

Text Example


Text Example

White with #760194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760194; }

 p { color: rgb(118,1,148); }

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

background-color css

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

 a { background-color: rgb(118,1,148); }

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

border-color css

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

 span { border-color: rgb(118,1,148); }

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