Html Css Color HEX #740665 Purple

📋 copy color: '#740665'

red 116 ◦ green 6 ◦ blue 101

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

Shades of Purple #740665

Tints of Purple #740665

RGB

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

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

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

R = 52.02%
G = 2.69%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#740665 (or 0x740665) is known color: Purple. HEX triplet: 74, 06 and 65. RGB value is (116,6,101). Sum of RGB (Red+Green+Blue) = 116+6+101=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #740665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740665 is #8BF99A. Grayscale: #313131. Windows color (decimal): -9173403 or 6620788. OLE color: 6620788.

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

Color convert

RGB 116 6 101 -
CMYK 0 0.95 0.13 0.55
HSL 308.18º 0.9% 0.24% -
HSV(B) 308.18º 0.95% 0.45% -
XYZ 9.62 4.78 12.73 -
YUV 49.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 116 6 101 0 0.95 0.13 0.55 308.18 0.9 0.24
Hex 74 6 65 0 5F D 37 134 5A 18
Octal 164 6 145 0 137 15 67 464 132 30
Binary 1110100 110 1100101 0 1011111 1101 110111 100110100 1011010 11000

Color Harmonies of #740665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740665

Black with #740665

Text Example


Text Example

White with #740665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740665; }

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

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

background-color css

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

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

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

border-color css

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

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

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