Html Css Color HEX #7427A4 Royal Purple

📋 copy color: '#7427A4'

red 116 ◦ green 39 ◦ blue 164

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

Shades of Royal Purple #7427A4

Tints of Royal Purple #7427A4

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 164 (64.45% from 255) = 51.41%

R = 36.36%
G = 12.23%
B = 51.41%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7427A4 (or 0x7427A4) is known color: Royal Purple. HEX triplet: 74, 27 and A4. RGB value is (116,39,164). Sum of RGB (Red+Green+Blue) = 116+39+164=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #7427A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7427A4 is #8BD85B. Grayscale: #4B4B4B. Windows color (decimal): -9164892 or 10758004. OLE color: 10758004.

HSL color Cylindrical-coordinate representation of color #7427A4: hue angle of 276.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7427A4 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 39 164 -
CMYK 0.29 0.76 0 0.36
HSL 276.96º 0.62% 0.4% -
HSV(B) 276.96º 0.76% 0.64% -
XYZ 14.63 7.84 35.87 -
YUV 76.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 116 39 164 0.29 0.76 0 0.36 276.96 0.62 0.4
Hex 74 27 A4 1D 4C 0 24 115 3E 28
Octal 164 47 244 35 114 0 44 425 76 50
Binary 1110100 100111 10100100 11101 1001100 0 100100 100010101 111110 101000

Color Harmonies of #7427A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427A4

Black with #7427A4

Text Example


Text Example

White with #7427A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7427A4; }

 p { color: rgb(116,39,164); }

 H1.HeaderClassName
 {
   color: #7427A4;
 }
 .AnyTagClassName
 {
   color: #7427A4;
 }
</style>

background-color css

<style>
 a { background-color: #7427A4; }

 a { background-color: rgb(116,39,164); }

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

border-color css

<style>
 span { border-color: #7427A4; }

 span { border-color: rgb(116,39,164); }

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