Html Css Color HEX #74027E Purple

📋 copy color: '#74027E'

red 116 ◦ green 2 ◦ blue 126

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

Shades of Purple #74027E

Tints of Purple #74027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 47.54%
G = 0.82%
B = 51.64%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74027E (or 0x74027E) is known color: Purple. HEX triplet: 74, 02 and 7E. RGB value is (116,2,126). Sum of RGB (Red+Green+Blue) = 116+2+126=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #74027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74027E is #8BFD81. Grayscale: #313131. Windows color (decimal): -9174402 or 8258164. OLE color: 8258164.

HSL color Cylindrical-coordinate representation of color #74027E: hue angle of 295.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74027E is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 2 126 -
CMYK 0.08 0.98 0 0.51
HSL 295.16º 0.97% 0.25% -
HSV(B) 295.16º 0.98% 0.49% -
XYZ 10.99 5.26 20.18 -
YUV 50.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 116 2 126 0.08 0.98 0 0.51 295.16 0.97 0.25
Hex 74 2 7E 8 62 0 33 127 61 19
Octal 164 2 176 10 142 0 63 447 141 31
Binary 1110100 10 1111110 1000 1100010 0 110011 100100111 1100001 11001

Color Harmonies of #74027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74027E

Black with #74027E

Text Example


Text Example

White with #74027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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