Html Css Color HEX #740565 Purple

📋 copy color: '#740565'

red 116 ◦ green 5 ◦ blue 101

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

Shades of Purple #740565

Tints of Purple #740565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 52.25%
G = 2.25%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#740565 (or 0x740565) is known color: Purple. HEX triplet: 74, 05 and 65. RGB value is (116,5,101). Sum of RGB (Red+Green+Blue) = 116+5+101=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #740565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740565 is #8BFA9A. Grayscale: #303030. Windows color (decimal): -9173659 or 6620532. OLE color: 6620532.

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

Color convert

RGB 116 5 101 -
CMYK 0 0.96 0.13 0.55
HSL 308.11º 0.92% 0.24% -
HSV(B) 308.11º 0.96% 0.45% -
XYZ 9.61 4.76 12.72 -
YUV 49.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 116 5 101 0 0.96 0.13 0.55 308.11 0.92 0.24
Hex 74 5 65 0 60 D 37 134 5C 18
Octal 164 5 145 0 140 15 67 464 134 30
Binary 1110100 101 1100101 0 1100000 1101 110111 100110100 1011100 11000

Color Harmonies of #740565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740565

Black with #740565

Text Example


Text Example

White with #740565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740565; }

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

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

background-color css

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

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

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

border-color css

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

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

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