Html Css Color HEX #7142A4 Royal Purple

📋 copy color: '#7142A4'

red 113 ◦ green 66 ◦ blue 164

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

Shades of Royal Purple #7142A4

Tints of Royal Purple #7142A4

RGB

 RED value IS 113 (44.53% from 255) = 32.94%

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 32.94%
G = 19.24%
B = 47.81%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7142A4 (or 0x7142A4) is known color: Royal Purple. HEX triplet: 71, 42 and A4. RGB value is (113,66,164). Sum of RGB (Red+Green+Blue) = 113+66+164=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #7142A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7142A4 is #8EBD5B. Grayscale: #5A5A5A. Windows color (decimal): -9354588 or 10764913. OLE color: 10764913.

HSL color Cylindrical-coordinate representation of color #7142A4: hue angle of 268.78º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7142A4 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 66 164 -
CMYK 0.31 0.60 0 0.36
HSL 268.78º 0.43% 0.45% -
HSV(B) 268.78º 0.6% 0.64% -
XYZ 15.46 10.09 36.25 -
YUV 91.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 113 66 164 0.31 0.60 0 0.36 268.78 0.43 0.45
Hex 71 42 A4 1F 3C 0 24 10D 2B 2D
Octal 161 102 244 37 74 0 44 415 53 55
Binary 1110001 1000010 10100100 11111 111100 0 100100 100001101 101011 101101

Color Harmonies of #7142A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142A4

Black with #7142A4

Text Example


Text Example

White with #7142A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,66,164); }

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

background-color css

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

 a { background-color: rgb(113,66,164); }

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

border-color css

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

 span { border-color: rgb(113,66,164); }

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