Html Css Color HEX #740785 Purple

📋 copy color: '#740785'

red 116 ◦ green 7 ◦ blue 133

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

Shades of Purple #740785

Tints of Purple #740785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 45.31%
G = 2.73%
B = 51.95%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#740785 (or 0x740785) is known color: Purple. HEX triplet: 74, 07 and 85. RGB value is (116,7,133). Sum of RGB (Red+Green+Blue) = 116+7+133=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #740785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740785 is #8BF87A. Grayscale: #353535. Windows color (decimal): -9173115 or 8718196. OLE color: 8718196.

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

Color convert

RGB 116 7 133 -
CMYK 0.13 0.95 0 0.48
HSL 291.9º 0.9% 0.27% -
HSV(B) 291.9º 0.95% 0.52% -
XYZ 11.51 5.56 22.66 -
YUV 53.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 116 7 133 0.13 0.95 0 0.48 291.9 0.9 0.27
Hex 74 7 85 D 5F 0 30 124 5A 1B
Octal 164 7 205 15 137 0 60 444 132 33
Binary 1110100 111 10000101 1101 1011111 0 110000 100100100 1011010 11011

Color Harmonies of #740785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740785

Black with #740785

Text Example


Text Example

White with #740785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740785; }

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

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

background-color css

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

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

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

border-color css

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

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

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