Html Css Color HEX #7A068E Purple

📋 copy color: '#7A068E'

red 122 ◦ green 6 ◦ blue 142

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

Shades of Purple #7A068E

Tints of Purple #7A068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 45.19%
G = 2.22%
B = 52.59%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A068E (or 0x7A068E) is known color: Purple. HEX triplet: 7A, 06 and 8E. RGB value is (122,6,142). Sum of RGB (Red+Green+Blue) = 122+6+142=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A068E is #85F971. Grayscale: #373737. Windows color (decimal): -8780146 or 9307770. OLE color: 9307770.

HSL color Cylindrical-coordinate representation of color #7A068E: hue angle of 291.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A068E is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 6 142 -
CMYK 0.14 0.96 0 0.44
HSL 291.18º 0.92% 0.29% -
HSV(B) 291.18º 0.96% 0.56% -
XYZ 12.97 6.22 26.11 -
YUV 56.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 122 6 142 0.14 0.96 0 0.44 291.18 0.92 0.29
Hex 7A 6 8E E 60 0 2C 123 5C 1D
Octal 172 6 216 16 140 0 54 443 134 35
Binary 1111010 110 10001110 1110 1100000 0 101100 100100011 1011100 11101

Color Harmonies of #7A068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A068E

Black with #7A068E

Text Example


Text Example

White with #7A068E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,142); }

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

background-color css

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

 a { background-color: rgb(122,6,142); }

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

border-color css

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

 span { border-color: rgb(122,6,142); }

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