Html Css Color HEX #740485 Purple

📋 copy color: '#740485'

red 116 ◦ green 4 ◦ blue 133

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

Shades of Purple #740485

Tints of Purple #740485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

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

R = 45.85%
G = 1.58%
B = 52.57%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#740485 (or 0x740485) is known color: Purple. HEX triplet: 74, 04 and 85. RGB value is (116,4,133). Sum of RGB (Red+Green+Blue) = 116+4+133=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #740485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740485 is #8BFB7A. Grayscale: #333333. Windows color (decimal): -9173883 or 8717428. OLE color: 8717428.

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

Color convert

RGB 116 4 133 -
CMYK 0.13 0.97 0 0.48
HSL 292.09º 0.94% 0.27% -
HSV(B) 292.09º 0.97% 0.52% -
XYZ 11.48 5.49 22.65 -
YUV 52.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 116 4 133 0.13 0.97 0 0.48 292.09 0.94 0.27
Hex 74 4 85 D 61 0 30 124 5E 1B
Octal 164 4 205 15 141 0 60 444 136 33
Binary 1110100 100 10000101 1101 1100001 0 110000 100100100 1011110 11011

Color Harmonies of #740485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740485

Black with #740485

Text Example


Text Example

White with #740485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740485; }

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

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

background-color css

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

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

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

border-color css

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

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

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