Html Css Color HEX #74027C Purple

📋 copy color: '#74027C'

red 116 ◦ green 2 ◦ blue 124

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

Shades of Purple #74027C

Tints of Purple #74027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 47.93%
G = 0.83%
B = 51.24%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74027C (or 0x74027C) is known color: Purple. HEX triplet: 74, 02 and 7C. RGB value is (116,2,124). Sum of RGB (Red+Green+Blue) = 116+2+124=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #74027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74027C is #8BFD83. Grayscale: #313131. Windows color (decimal): -9174404 or 8127092. OLE color: 8127092.

HSL color Cylindrical-coordinate representation of color #74027C: hue angle of 296.07º 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 #74027C is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 2 124 -
CMYK 0.06 0.98 0 0.51
HSL 296.07º 0.97% 0.25% -
HSV(B) 296.07º 0.98% 0.49% -
XYZ 10.86 5.21 19.5 -
YUV 49.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 116 2 124 0.06 0.98 0 0.51 296.07 0.97 0.25
Hex 74 2 7C 6 62 0 33 128 61 19
Octal 164 2 174 6 142 0 63 450 141 31
Binary 1110100 10 1111100 110 1100010 0 110011 100101000 1100001 11001

Color Harmonies of #74027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74027C

Black with #74027C

Text Example


Text Example

White with #74027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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