Html Css Color HEX #740865 Purple

📋 copy color: '#740865'

red 116 ◦ green 8 ◦ blue 101

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

Shades of Purple #740865

Tints of Purple #740865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 51.56%
G = 3.56%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#740865 (or 0x740865) is known color: Purple. HEX triplet: 74, 08 and 65. RGB value is (116,8,101). Sum of RGB (Red+Green+Blue) = 116+8+101=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #740865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740865 is #8BF79A. Grayscale: #323232. Windows color (decimal): -9172891 or 6621300. OLE color: 6621300.

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

Color convert

RGB 116 8 101 -
CMYK 0 0.93 0.13 0.55
HSL 308.33º 0.87% 0.24% -
HSV(B) 308.33º 0.93% 0.45% -
XYZ 9.64 4.83 12.74 -
YUV 50.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 116 8 101 0 0.93 0.13 0.55 308.33 0.87 0.24
Hex 74 8 65 0 5D D 37 134 57 18
Octal 164 10 145 0 135 15 67 464 127 30
Binary 1110100 1000 1100101 0 1011101 1101 110111 100110100 1010111 11000

Color Harmonies of #740865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740865

Black with #740865

Text Example


Text Example

White with #740865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740865; }

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

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

background-color css

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

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

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

border-color css

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

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

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