Html Css Color HEX #703AB3 Royal Purple

📋 copy color: '#703AB3'

red 112 ◦ green 58 ◦ blue 179

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

Shades of Royal Purple #703AB3

Tints of Royal Purple #703AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 32.09%
G = 16.62%
B = 51.29%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#703AB3 (or 0x703AB3) is known color: Royal Purple. HEX triplet: 70, 3A and B3. RGB value is (112,58,179). Sum of RGB (Red+Green+Blue) = 112+58+179=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #703AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703AB3 is #8FC54C. Grayscale: #575757. Windows color (decimal): -9422157 or 11745904. OLE color: 11745904.

HSL color Cylindrical-coordinate representation of color #703AB3: hue angle of 266.78º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703AB3 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 58 179 -
CMYK 0.37 0.68 0 0.30
HSL 266.78º 0.51% 0.46% -
HSV(B) 266.78º 0.68% 0.7% -
XYZ 16.33 9.73 43.66 -
YUV 87.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 112 58 179 0.37 0.68 0 0.30 266.78 0.51 0.46
Hex 70 3A B3 25 44 0 1E 10B 33 2E
Octal 160 72 263 45 104 0 36 413 63 56
Binary 1110000 111010 10110011 100101 1000100 0 11110 100001011 110011 101110

Color Harmonies of #703AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AB3

Black with #703AB3

Text Example


Text Example

White with #703AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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