Html Css Color HEX #7A28AF Royal Purple

📋 copy color: '#7A28AF'

red 122 ◦ green 40 ◦ blue 175

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

Shades of Royal Purple #7A28AF

Tints of Royal Purple #7A28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 36.2%
G = 11.87%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A28AF (or 0x7A28AF) is known color: Royal Purple. HEX triplet: 7A, 28 and AF. RGB value is (122,40,175). Sum of RGB (Red+Green+Blue) = 122+40+175=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A28AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A28AF is #85D750. Grayscale: #4F4F4F. Windows color (decimal): -8771409 or 11479162. OLE color: 11479162.

HSL color Cylindrical-coordinate representation of color #7A28AF: hue angle of 276.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A28AF is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 40 175 -
CMYK 0.30 0.77 0 0.31
HSL 276.44º 0.63% 0.42% -
HSV(B) 276.44º 0.77% 0.69% -
XYZ 16.52 8.75 41.38 -
YUV 79.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 122 40 175 0.30 0.77 0 0.31 276.44 0.63 0.42
Hex 7A 28 AF 1E 4D 0 1F 114 3F 2A
Octal 172 50 257 36 115 0 37 424 77 52
Binary 1111010 101000 10101111 11110 1001101 0 11111 100010100 111111 101010

Color Harmonies of #7A28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A28AF

Black with #7A28AF

Text Example


Text Example

White with #7A28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,40,175); }

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

background-color css

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

 a { background-color: rgb(122,40,175); }

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

border-color css

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

 span { border-color: rgb(122,40,175); }

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