Html Css Color HEX #74026D Purple

📋 copy color: '#74026D'

red 116 ◦ green 2 ◦ blue 109

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

Shades of Purple #74026D

Tints of Purple #74026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 51.1%
G = 0.88%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74026D (or 0x74026D) is known color: Purple. HEX triplet: 74, 02 and 6D. RGB value is (116,2,109). Sum of RGB (Red+Green+Blue) = 116+2+109=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74026D is #8BFD92. Grayscale: #2F2F2F. Windows color (decimal): -9174419 or 7144052. OLE color: 7144052.

HSL color Cylindrical-coordinate representation of color #74026D: hue angle of 303.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74026D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 109 -
CMYK 0 0.98 0.06 0.55
HSL 303.68º 0.97% 0.23% -
HSV(B) 303.68º 0.98% 0.45% -
XYZ 9.98 4.86 14.88 -
YUV 48.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 116 2 109 0 0.98 0.06 0.55 303.68 0.97 0.23
Hex 74 2 6D 0 62 6 37 130 61 17
Octal 164 2 155 0 142 6 67 460 141 27
Binary 1110100 10 1101101 0 1100010 110 110111 100110000 1100001 10111

Color Harmonies of #74026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74026D

Black with #74026D

Text Example


Text Example

White with #74026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,2,109); }

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

background-color css

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

 a { background-color: rgb(116,2,109); }

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

border-color css

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

 span { border-color: rgb(116,2,109); }

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