Html Css Color HEX #74017A Purple

📋 copy color: '#74017A'

red 116 ◦ green 1 ◦ blue 122

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

Shades of Purple #74017A

Tints of Purple #74017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 48.54%
G = 0.42%
B = 51.05%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74017A (or 0x74017A) is known color: Purple. HEX triplet: 74, 01 and 7A. RGB value is (116,1,122). Sum of RGB (Red+Green+Blue) = 116+1+122=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #74017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74017A is #8BFE85. Grayscale: #303030. Windows color (decimal): -9174662 or 7995764. OLE color: 7995764.

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

Color convert

RGB 116 1 122 -
CMYK 0.05 0.99 0 0.52
HSL 297.02º 0.98% 0.24% -
HSV(B) 297.02º 0.99% 0.48% -
XYZ 10.73 5.14 18.84 -
YUV 49.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 116 1 122 0.05 0.99 0 0.52 297.02 0.98 0.24
Hex 74 1 7A 5 63 0 34 129 62 18
Octal 164 1 172 5 143 0 64 451 142 30
Binary 1110100 1 1111010 101 1100011 0 110100 100101001 1100010 11000

Color Harmonies of #74017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74017A

Black with #74017A

Text Example


Text Example

White with #74017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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