Html Css Color HEX #74097A Purple

📋 copy color: '#74097A'

red 116 ◦ green 9 ◦ blue 122

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

Shades of Purple #74097A

Tints of Purple #74097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 46.96%
G = 3.64%
B = 49.39%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74097A (or 0x74097A) is known color: Purple. HEX triplet: 74, 09 and 7A. RGB value is (116,9,122). Sum of RGB (Red+Green+Blue) = 116+9+122=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #74097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74097A is #8BF685. Grayscale: #353535. Windows color (decimal): -9172614 or 7997812. OLE color: 7997812.

HSL color Cylindrical-coordinate representation of color #74097A: hue angle of 296.81º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74097A is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 9 122 -
CMYK 0.05 0.93 0 0.52
HSL 296.81º 0.86% 0.26% -
HSV(B) 296.81º 0.93% 0.48% -
XYZ 10.81 5.31 18.87 -
YUV 53.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 116 9 122 0.05 0.93 0 0.52 296.81 0.86 0.26
Hex 74 9 7A 5 5D 0 34 129 56 1A
Octal 164 11 172 5 135 0 64 451 126 32
Binary 1110100 1001 1111010 101 1011101 0 110100 100101001 1010110 11010

Color Harmonies of #74097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74097A

Black with #74097A

Text Example


Text Example

White with #74097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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