Html Css Color HEX #7427AB Royal Purple

📋 copy color: '#7427AB'

red 116 ◦ green 39 ◦ blue 171

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

Shades of Royal Purple #7427AB

Tints of Royal Purple #7427AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 35.58%
G = 11.96%
B = 52.45%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7427AB (or 0x7427AB) is known color: Royal Purple. HEX triplet: 74, 27 and AB. RGB value is (116,39,171). Sum of RGB (Red+Green+Blue) = 116+39+171=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7427AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7427AB is #8BD854. Grayscale: #4C4C4C. Windows color (decimal): -9164885 or 11216756. OLE color: 11216756.

HSL color Cylindrical-coordinate representation of color #7427AB: hue angle of 275º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7427AB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 39 171 -
CMYK 0.32 0.77 0 0.33
HSL 275º 0.63% 0.41% -
HSV(B) 275º 0.77% 0.67% -
XYZ 15.28 8.1 39.29 -
YUV 77.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 116 39 171 0.32 0.77 0 0.33 275 0.63 0.41
Hex 74 27 AB 20 4D 0 21 113 3F 29
Octal 164 47 253 40 115 0 41 423 77 51
Binary 1110100 100111 10101011 100000 1001101 0 100001 100010011 111111 101001

Color Harmonies of #7427AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427AB

Black with #7427AB

Text Example


Text Example

White with #7427AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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