Html Css Color HEX #740685 Purple

📋 copy color: '#740685'

red 116 ◦ green 6 ◦ blue 133

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

Shades of Purple #740685

Tints of Purple #740685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 45.49%
G = 2.35%
B = 52.16%

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

#740685 (or 0x740685) is known color: Purple. HEX triplet: 74, 06 and 85. RGB value is (116,6,133). Sum of RGB (Red+Green+Blue) = 116+6+133=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #740685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740685 is #8BF97A. Grayscale: #343434. Windows color (decimal): -9173371 or 8717940. OLE color: 8717940.

HSL color Cylindrical-coordinate representation of color #740685: hue angle of 291.97º degrees, saturation: 0.91, 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 #740685 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 6 133 -
CMYK 0.13 0.95 0 0.48
HSL 291.97º 0.91% 0.27% -
HSV(B) 291.97º 0.95% 0.52% -
XYZ 11.5 5.54 22.65 -
YUV 53.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 116 6 133 0.13 0.95 0 0.48 291.97 0.91 0.27
Hex 74 6 85 D 5F 0 30 124 5B 1B
Octal 164 6 205 15 137 0 60 444 133 33
Binary 1110100 110 10000101 1101 1011111 0 110000 100100100 1011011 11011

Color Harmonies of #740685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740685

Black with #740685

Text Example


Text Example

White with #740685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740685; }

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

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

background-color css

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

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

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

border-color css

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

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

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