Html Css Color HEX #740965 Purple

📋 copy color: '#740965'

red 116 ◦ green 9 ◦ blue 101

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

Shades of Purple #740965

Tints of Purple #740965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 51.33%
G = 3.98%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#740965 (or 0x740965) is known color: Purple. HEX triplet: 74, 09 and 65. RGB value is (116,9,101). Sum of RGB (Red+Green+Blue) = 116+9+101=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740965 is #8BF69A. Grayscale: #333333. Windows color (decimal): -9172635 or 6621556. OLE color: 6621556.

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

Color convert

RGB 116 9 101 -
CMYK 0 0.92 0.13 0.55
HSL 308.41º 0.86% 0.25% -
HSV(B) 308.41º 0.92% 0.45% -
XYZ 9.65 4.85 12.74 -
YUV 51.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 116 9 101 0 0.92 0.13 0.55 308.41 0.86 0.25
Hex 74 9 65 0 5C D 37 134 56 19
Octal 164 11 145 0 134 15 67 464 126 31
Binary 1110100 1001 1100101 0 1011100 1101 110111 100110100 1010110 11001

Color Harmonies of #740965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740965

Black with #740965

Text Example


Text Example

White with #740965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740965; }

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

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

background-color css

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

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

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

border-color css

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

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

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