Html Css Color HEX #74028E Purple

📋 copy color: '#74028E'

red 116 ◦ green 2 ◦ blue 142

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

Shades of Purple #74028E

Tints of Purple #74028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 44.62%
G = 0.77%
B = 54.62%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74028E (or 0x74028E) is known color: Purple. HEX triplet: 74, 02 and 8E. RGB value is (116,2,142). Sum of RGB (Red+Green+Blue) = 116+2+142=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #74028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74028E is #8BFD71. Grayscale: #333333. Windows color (decimal): -9174386 or 9306740. OLE color: 9306740.

HSL color Cylindrical-coordinate representation of color #74028E: hue angle of 288.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74028E is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 2 142 -
CMYK 0.18 0.99 0 0.44
HSL 288.86º 0.97% 0.28% -
HSV(B) 288.86º 0.99% 0.56% -
XYZ 12.11 5.71 26.06 -
YUV 52.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 116 2 142 0.18 0.99 0 0.44 288.86 0.97 0.28
Hex 74 2 8E 12 63 0 2C 121 61 1C
Octal 164 2 216 22 143 0 54 441 141 34
Binary 1110100 10 10001110 10010 1100011 0 101100 100100001 1100001 11100

Color Harmonies of #74028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74028E

Black with #74028E

Text Example


Text Example

White with #74028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74028E; }

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

 H1.HeaderClassName
 {
   color: #74028E;
 }
 .AnyTagClassName
 {
   color: #74028E;
 }
</style>

background-color css

<style>
 a { background-color: #74028E; }

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

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

border-color css

<style>
 span { border-color: #74028E; }

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

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