Html Css Color HEX #740C6B Purple

📋 copy color: '#740C6B'

red 116 ◦ green 12 ◦ blue 107

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

Shades of Purple #740C6B

Tints of Purple #740C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 49.36%
G = 5.11%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#740C6B (or 0x740C6B) is known color: Purple. HEX triplet: 74, 0C and 6B. RGB value is (116,12,107). Sum of RGB (Red+Green+Blue) = 116+12+107=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C6B is #8BF394. Grayscale: #353535. Windows color (decimal): -9171861 or 7015540. OLE color: 7015540.

HSL color Cylindrical-coordinate representation of color #740C6B: hue angle of 305.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C6B is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 12 107 -
CMYK 0 0.90 0.08 0.55
HSL 305.19º 0.81% 0.25% -
HSV(B) 305.19º 0.9% 0.45% -
XYZ 9.99 5.04 14.36 -
YUV 53.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 116 12 107 0 0.90 0.08 0.55 305.19 0.81 0.25
Hex 74 C 6B 0 5A 8 37 131 51 19
Octal 164 14 153 0 132 10 67 461 121 31
Binary 1110100 1100 1101011 0 1011010 1000 110111 100110001 1010001 11001

Color Harmonies of #740C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C6B

Black with #740C6B

Text Example


Text Example

White with #740C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,12,107); }

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

background-color css

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

 a { background-color: rgb(116,12,107); }

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

border-color css

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

 span { border-color: rgb(116,12,107); }

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