Html Css Color HEX #7142A6 Royal Purple

📋 copy color: '#7142A6'

red 113 ◦ green 66 ◦ blue 166

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

Shades of Royal Purple #7142A6

Tints of Royal Purple #7142A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.12%

R = 32.75%
G = 19.13%
B = 48.12%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7142A6 (or 0x7142A6) is known color: Royal Purple. HEX triplet: 71, 42 and A6. RGB value is (113,66,166). Sum of RGB (Red+Green+Blue) = 113+66+166=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #7142A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7142A6 is #8EBD59. Grayscale: #5B5B5B. Windows color (decimal): -9354586 or 10895985. OLE color: 10895985.

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

Color convert

RGB 113 66 166 -
CMYK 0.32 0.60 0 0.35
HSL 268.2º 0.43% 0.45% -
HSV(B) 268.2º 0.6% 0.65% -
XYZ 15.64 10.16 37.21 -
YUV 91.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 113 66 166 0.32 0.60 0 0.35 268.2 0.43 0.45
Hex 71 42 A6 20 3C 0 23 10C 2B 2D
Octal 161 102 246 40 74 0 43 414 53 55
Binary 1110001 1000010 10100110 100000 111100 0 100011 100001100 101011 101101

Color Harmonies of #7142A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142A6

Black with #7142A6

Text Example


Text Example

White with #7142A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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