Html Css Color HEX #740085 Purple

📋 copy color: '#740085'

red 116 ◦ green 0 ◦ blue 133

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

Shades of Purple #740085

Tints of Purple #740085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.59%
G = 0%
B = 53.41%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#740085 (or 0x740085) is known color: Purple. HEX triplet: 74, 00 and 85. RGB value is (116,0,133). Sum of RGB (Red+Green+Blue) = 116+0+133=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #740085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740085 is #8BFF7A. Grayscale: #313131. Windows color (decimal): -9174907 or 8716404. OLE color: 8716404.

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

Color convert

RGB 116 0 133 -
CMYK 0.13 1 0 0.48
HSL 292.33º 1% 0.26% -
HSV(B) 292.33º 1% 0.52% -
XYZ 11.44 5.41 22.63 -
YUV 49.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 116 0 133 0.13 1 0 0.48 292.33 1 0.26
Hex 74 0 85 D 64 0 30 124 64 1A
Octal 164 0 205 15 144 0 60 444 144 32
Binary 1110100 0 10000101 1101 1100100 0 110000 100100100 1100100 11010

Color Harmonies of #740085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740085

Black with #740085

Text Example


Text Example

White with #740085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740085; }

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

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

background-color css

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

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

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

border-color css

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

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

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