Html Css Color HEX #740985 Purple

📋 copy color: '#740985'

red 116 ◦ green 9 ◦ blue 133

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

Shades of Purple #740985

Tints of Purple #740985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 44.96%
G = 3.49%
B = 51.55%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#740985 (or 0x740985) is known color: Purple. HEX triplet: 74, 09 and 85. RGB value is (116,9,133). Sum of RGB (Red+Green+Blue) = 116+9+133=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #740985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740985 is #8BF67A. Grayscale: #363636. Windows color (decimal): -9172603 or 8718708. OLE color: 8718708.

HSL color Cylindrical-coordinate representation of color #740985: hue angle of 291.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740985 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 9 133 -
CMYK 0.13 0.93 0 0.48
HSL 291.77º 0.87% 0.28% -
HSV(B) 291.77º 0.93% 0.52% -
XYZ 11.53 5.6 22.66 -
YUV 55.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 116 9 133 0.13 0.93 0 0.48 291.77 0.87 0.28
Hex 74 9 85 D 5D 0 30 124 57 1C
Octal 164 11 205 15 135 0 60 444 127 34
Binary 1110100 1001 10000101 1101 1011101 0 110000 100100100 1010111 11100

Color Harmonies of #740985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740985

Black with #740985

Text Example


Text Example

White with #740985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740985; }

 p { color: rgb(116,9,133); }

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

background-color css

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

 a { background-color: rgb(116,9,133); }

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

border-color css

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

 span { border-color: rgb(116,9,133); }

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