Html Css Color HEX #74046B Purple

📋 copy color: '#74046B'

red 116 ◦ green 4 ◦ blue 107

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

Shades of Purple #74046B

Tints of Purple #74046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 51.1%
G = 1.76%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74046B (or 0x74046B) is known color: Purple. HEX triplet: 74, 04 and 6B. RGB value is (116,4,107). Sum of RGB (Red+Green+Blue) = 116+4+107=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74046B is #8BFB94. Grayscale: #303030. Windows color (decimal): -9173909 or 7013492. OLE color: 7013492.

HSL color Cylindrical-coordinate representation of color #74046B: hue angle of 304.82º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74046B is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 107 -
CMYK 0 0.97 0.08 0.55
HSL 304.82º 0.93% 0.24% -
HSV(B) 304.82º 0.97% 0.45% -
XYZ 9.9 4.86 14.33 -
YUV 49.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 116 4 107 0 0.97 0.08 0.55 304.82 0.93 0.24
Hex 74 4 6B 0 61 8 37 131 5D 18
Octal 164 4 153 0 141 10 67 461 135 30
Binary 1110100 100 1101011 0 1100001 1000 110111 100110001 1011101 11000

Color Harmonies of #74046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74046B

Black with #74046B

Text Example


Text Example

White with #74046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74046B; }

 p { color: rgb(116,4,107); }

 H1.HeaderClassName
 {
   color: #74046B;
 }
 .AnyTagClassName
 {
   color: #74046B;
 }
</style>

background-color css

<style>
 a { background-color: #74046B; }

 a { background-color: rgb(116,4,107); }

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

border-color css

<style>
 span { border-color: #74046B; }

 span { border-color: rgb(116,4,107); }

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