Html Css Color HEX #703AA5 Royal Purple

📋 copy color: '#703AA5'

red 112 ◦ green 58 ◦ blue 165

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

Shades of Royal Purple #703AA5

Tints of Royal Purple #703AA5

RGB

 RED value IS 112 (44.14% from 255) = 33.43%

 GREEN value IS 58 (23.05% from 255) = 17.31%

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 33.43%
G = 17.31%
B = 49.25%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#703AA5 (or 0x703AA5) is known color: Royal Purple. HEX triplet: 70, 3A and A5. RGB value is (112,58,165). Sum of RGB (Red+Green+Blue) = 112+58+165=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #703AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AA5 is #8FC55A. Grayscale: #555555. Windows color (decimal): -9422171 or 10828400. OLE color: 10828400.

HSL color Cylindrical-coordinate representation of color #703AA5: hue angle of 270.28º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703AA5 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 58 165 -
CMYK 0.32 0.65 0 0.35
HSL 270.28º 0.48% 0.44% -
HSV(B) 270.28º 0.65% 0.65% -
XYZ 14.99 9.19 36.58 -
YUV 86.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 112 58 165 0.32 0.65 0 0.35 270.28 0.48 0.44
Hex 70 3A A5 20 41 0 23 10E 30 2C
Octal 160 72 245 40 101 0 43 416 60 54
Binary 1110000 111010 10100101 100000 1000001 0 100011 100001110 110000 101100

Color Harmonies of #703AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AA5

Black with #703AA5

Text Example


Text Example

White with #703AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703AA5; }

 p { color: rgb(112,58,165); }

 H1.HeaderClassName
 {
   color: #703AA5;
 }
 .AnyTagClassName
 {
   color: #703AA5;
 }
</style>

background-color css

<style>
 a { background-color: #703AA5; }

 a { background-color: rgb(112,58,165); }

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

border-color css

<style>
 span { border-color: #703AA5; }

 span { border-color: rgb(112,58,165); }

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