Html Css Color HEX #7A027C Purple

📋 copy color: '#7A027C'

red 122 ◦ green 2 ◦ blue 124

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

Shades of Purple #7A027C

Tints of Purple #7A027C

RGB

 RED value IS 122 (48.05% from 255) = 49.19%

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

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

R = 49.19%
G = 0.81%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A027C (or 0x7A027C) is known color: Purple. HEX triplet: 7A, 02 and 7C. RGB value is (122,2,124). Sum of RGB (Red+Green+Blue) = 122+2+124=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A027C is #85FD83. Grayscale: #333333. Windows color (decimal): -8781188 or 8127098. OLE color: 8127098.

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

Color convert

RGB 122 2 124 -
CMYK 0.02 0.98 0 0.51
HSL 299.02º 0.97% 0.25% -
HSV(B) 299.02º 0.98% 0.49% -
XYZ 11.69 5.64 19.54 -
YUV 51.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 122 2 124 0.02 0.98 0 0.51 299.02 0.97 0.25
Hex 7A 2 7C 2 62 0 33 12B 61 19
Octal 172 2 174 2 142 0 63 453 141 31
Binary 1111010 10 1111100 10 1100010 0 110011 100101011 1100001 11001

Color Harmonies of #7A027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A027C

Black with #7A027C

Text Example


Text Example

White with #7A027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A027C; }

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

 H1.HeaderClassName
 {
   color: #7A027C;
 }
 .AnyTagClassName
 {
   color: #7A027C;
 }
</style>

background-color css

<style>
 a { background-color: #7A027C; }

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

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

border-color css

<style>
 span { border-color: #7A027C; }

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

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