Html Css Color HEX #740F6A Dark Purple

📋 copy color: '#740F6A'

red 116 ◦ green 15 ◦ blue 106

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

Shades of Dark Purple #740F6A

Tints of Dark Purple #740F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 48.95%
G = 6.33%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#740F6A (or 0x740F6A) is known color: Dark Purple. HEX triplet: 74, 0F and 6A. RGB value is (116,15,106). Sum of RGB (Red+Green+Blue) = 116+15+106=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F6A is #8BF095. Grayscale: #373737. Windows color (decimal): -9171094 or 6950772. OLE color: 6950772.

HSL color Cylindrical-coordinate representation of color #740F6A: hue angle of 305.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F6A is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 15 106 -
CMYK 0 0.87 0.09 0.55
HSL 305.94º 0.77% 0.26% -
HSV(B) 305.94º 0.87% 0.45% -
XYZ 9.97 5.1 14.09 -
YUV 55.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 116 15 106 0 0.87 0.09 0.55 305.94 0.77 0.26
Hex 74 F 6A 0 57 9 37 132 4D 1A
Octal 164 17 152 0 127 11 67 462 115 32
Binary 1110100 1111 1101010 0 1010111 1001 110111 100110010 1001101 11010

Color Harmonies of #740F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F6A

Black with #740F6A

Text Example


Text Example

White with #740F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740F6A; }

 p { color: rgb(116,15,106); }

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

background-color css

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

 a { background-color: rgb(116,15,106); }

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

border-color css

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

 span { border-color: rgb(116,15,106); }

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