Html Css Color HEX #74057C Purple

📋 copy color: '#74057C'

red 116 ◦ green 5 ◦ blue 124

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

Shades of Purple #74057C

Tints of Purple #74057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 47.35%
G = 2.04%
B = 50.61%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74057C (or 0x74057C) is known color: Purple. HEX triplet: 74, 05 and 7C. RGB value is (116,5,124). Sum of RGB (Red+Green+Blue) = 116+5+124=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #74057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74057C is #8BFA83. Grayscale: #333333. Windows color (decimal): -9173636 or 8127860. OLE color: 8127860.

HSL color Cylindrical-coordinate representation of color #74057C: hue angle of 295.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74057C is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 5 124 -
CMYK 0.06 0.96 0 0.51
HSL 295.97º 0.92% 0.25% -
HSV(B) 295.97º 0.96% 0.49% -
XYZ 10.89 5.28 19.51 -
YUV 51.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 116 5 124 0.06 0.96 0 0.51 295.97 0.92 0.25
Hex 74 5 7C 6 60 0 33 128 5C 19
Octal 164 5 174 6 140 0 63 450 134 31
Binary 1110100 101 1111100 110 1100000 0 110011 100101000 1011100 11001

Color Harmonies of #74057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74057C

Black with #74057C

Text Example


Text Example

White with #74057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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