Html Css Color HEX #740562 Purple

📋 copy color: '#740562'

red 116 ◦ green 5 ◦ blue 98

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

Shades of Purple #740562

Tints of Purple #740562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 52.97%
G = 2.28%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#740562 (or 0x740562) is known color: Purple. HEX triplet: 74, 05 and 62. RGB value is (116,5,98). Sum of RGB (Red+Green+Blue) = 116+5+98=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #740562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740562 is #8BFA9D. Grayscale: #303030. Windows color (decimal): -9173662 or 6423924. OLE color: 6423924.

HSL color Cylindrical-coordinate representation of color #740562: hue angle of 309.73º 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 #740562 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 98 -
CMYK 0 0.96 0.16 0.55
HSL 309.73º 0.92% 0.24% -
HSV(B) 309.73º 0.96% 0.45% -
XYZ 9.46 4.7 11.96 -
YUV 48.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 116 5 98 0 0.96 0.16 0.55 309.73 0.92 0.24
Hex 74 5 62 0 60 10 37 136 5C 18
Octal 164 5 142 0 140 20 67 466 134 30
Binary 1110100 101 1100010 0 1100000 10000 110111 100110110 1011100 11000

Color Harmonies of #740562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740562

Black with #740562

Text Example


Text Example

White with #740562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740562; }

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

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

background-color css

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

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

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

border-color css

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

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

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