Html Css Color HEX #74078A Purple

📋 copy color: '#74078A'

red 116 ◦ green 7 ◦ blue 138

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

Shades of Purple #74078A

Tints of Purple #74078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 44.44%
G = 2.68%
B = 52.87%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74078A (or 0x74078A) is known color: Purple. HEX triplet: 74, 07 and 8A. RGB value is (116,7,138). Sum of RGB (Red+Green+Blue) = 116+7+138=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #74078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74078A is #8BF875. Grayscale: #363636. Windows color (decimal): -9173110 or 9045876. OLE color: 9045876.

HSL color Cylindrical-coordinate representation of color #74078A: hue angle of 289.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74078A is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 7 138 -
CMYK 0.16 0.95 0 0.46
HSL 289.92º 0.9% 0.28% -
HSV(B) 289.92º 0.95% 0.54% -
XYZ 11.87 5.7 24.52 -
YUV 54.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 116 7 138 0.16 0.95 0 0.46 289.92 0.9 0.28
Hex 74 7 8A 10 5F 0 2E 122 5A 1C
Octal 164 7 212 20 137 0 56 442 132 34
Binary 1110100 111 10001010 10000 1011111 0 101110 100100010 1011010 11100

Color Harmonies of #74078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74078A

Black with #74078A

Text Example


Text Example

White with #74078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,7,138); }

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

background-color css

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

 a { background-color: rgb(116,7,138); }

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

border-color css

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

 span { border-color: rgb(116,7,138); }

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