Html Css Color HEX #740765 Purple

📋 copy color: '#740765'

red 116 ◦ green 7 ◦ blue 101

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

Shades of Purple #740765

Tints of Purple #740765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 51.79%
G = 3.13%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#740765 (or 0x740765) is known color: Purple. HEX triplet: 74, 07 and 65. RGB value is (116,7,101). Sum of RGB (Red+Green+Blue) = 116+7+101=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740765 is #8BF89A. Grayscale: #323232. Windows color (decimal): -9173147 or 6621044. OLE color: 6621044.

HSL color Cylindrical-coordinate representation of color #740765: hue angle of 308.26º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740765 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 101 -
CMYK 0 0.94 0.13 0.55
HSL 308.26º 0.89% 0.24% -
HSV(B) 308.26º 0.94% 0.45% -
XYZ 9.63 4.8 12.73 -
YUV 50.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 116 7 101 0 0.94 0.13 0.55 308.26 0.89 0.24
Hex 74 7 65 0 5E D 37 134 59 18
Octal 164 7 145 0 136 15 67 464 131 30
Binary 1110100 111 1100101 0 1011110 1101 110111 100110100 1011001 11000

Color Harmonies of #740765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740765

Black with #740765

Text Example


Text Example

White with #740765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740765; }

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

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

background-color css

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

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

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

border-color css

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

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

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