Html Css Color HEX #740385 Purple

📋 copy color: '#740385'

red 116 ◦ green 3 ◦ blue 133

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

Shades of Purple #740385

Tints of Purple #740385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 46.03%
G = 1.19%
B = 52.78%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#740385 (or 0x740385) is known color: Purple. HEX triplet: 74, 03 and 85. RGB value is (116,3,133). Sum of RGB (Red+Green+Blue) = 116+3+133=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #740385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740385 is #8BFC7A. Grayscale: #333333. Windows color (decimal): -9174139 or 8717172. OLE color: 8717172.

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

Color convert

RGB 116 3 133 -
CMYK 0.13 0.98 0 0.48
HSL 292.15º 0.96% 0.27% -
HSV(B) 292.15º 0.98% 0.52% -
XYZ 11.47 5.47 22.64 -
YUV 51.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 116 3 133 0.13 0.98 0 0.48 292.15 0.96 0.27
Hex 74 3 85 D 62 0 30 124 60 1B
Octal 164 3 205 15 142 0 60 444 140 33
Binary 1110100 11 10000101 1101 1100010 0 110000 100100100 1100000 11011

Color Harmonies of #740385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740385

Black with #740385

Text Example


Text Example

White with #740385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740385; }

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

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

background-color css

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

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

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

border-color css

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

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

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