Html Css Color HEX #7A3A68 Palatinate Purple

📋 copy color: '#7A3A68'

red 122 ◦ green 58 ◦ blue 104

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

Shades of Palatinate Purple #7A3A68

Tints of Palatinate Purple #7A3A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 42.96%
G = 20.42%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A3A68 (or 0x7A3A68) is known color: Palatinate Purple. HEX triplet: 7A, 3A and 68. RGB value is (122,58,104). Sum of RGB (Red+Green+Blue) = 122+58+104=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A68 is #85C597. Grayscale: #525252. Windows color (decimal): -8766872 or 6830714. OLE color: 6830714.

HSL color Cylindrical-coordinate representation of color #7A3A68: hue angle of 316.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3A68 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 58 104 -
CMYK 0 0.52 0.15 0.52
HSL 316.88º 0.36% 0.35% -
HSV(B) 316.88º 0.52% 0.48% -
XYZ 12.04 8.16 14.04 -
YUV 82.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 122 58 104 0 0.52 0.15 0.52 316.88 0.36 0.35
Hex 7A 3A 68 0 34 F 34 13D 24 23
Octal 172 72 150 0 64 17 64 475 44 43
Binary 1111010 111010 1101000 0 110100 1111 110100 100111101 100100 100011

Color Harmonies of #7A3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3A68

Black with #7A3A68

Text Example


Text Example

White with #7A3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,58,104); }

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

background-color css

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

 a { background-color: rgb(122,58,104); }

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

border-color css

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

 span { border-color: rgb(122,58,104); }

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