Html Css Color HEX #74057D Purple

📋 copy color: '#74057D'

red 116 ◦ green 5 ◦ blue 125

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

Shades of Purple #74057D

Tints of Purple #74057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 47.15%
G = 2.03%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74057D (or 0x74057D) is known color: Purple. HEX triplet: 74, 05 and 7D. RGB value is (116,5,125). Sum of RGB (Red+Green+Blue) = 116+5+125=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #74057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74057D is #8BFA82. Grayscale: #333333. Windows color (decimal): -9173635 or 8193396. OLE color: 8193396.

HSL color Cylindrical-coordinate representation of color #74057D: hue angle of 295.5º 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 #74057D is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 5 125 -
CMYK 0.07 0.96 0 0.51
HSL 295.5º 0.92% 0.25% -
HSV(B) 295.5º 0.96% 0.49% -
XYZ 10.96 5.3 19.85 -
YUV 51.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 116 5 125 0.07 0.96 0 0.51 295.5 0.92 0.25
Hex 74 5 7D 7 60 0 33 128 5C 19
Octal 164 5 175 7 140 0 63 450 134 31
Binary 1110100 101 1111101 111 1100000 0 110011 100101000 1011100 11001

Color Harmonies of #74057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74057D

Black with #74057D

Text Example


Text Example

White with #74057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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