Html Css Color HEX #703AAB Royal Purple

📋 copy color: '#703AAB'

red 112 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #703AAB

Tints of Royal Purple #703AAB

RGB

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

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

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

R = 32.84%
G = 17.01%
B = 50.15%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703AAB (or 0x703AAB) is known color: Royal Purple. HEX triplet: 70, 3A and AB. RGB value is (112,58,171). Sum of RGB (Red+Green+Blue) = 112+58+171=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #703AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703AAB is #8FC554. Grayscale: #565656. Windows color (decimal): -9422165 or 11221616. OLE color: 11221616.

HSL color Cylindrical-coordinate representation of color #703AAB: hue angle of 268.67º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703AAB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 58 171 -
CMYK 0.35 0.66 0 0.33
HSL 268.67º 0.49% 0.45% -
HSV(B) 268.67º 0.66% 0.67% -
XYZ 15.55 9.41 39.53 -
YUV 87.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 112 58 171 0.35 0.66 0 0.33 268.67 0.49 0.45
Hex 70 3A AB 23 42 0 21 10D 31 2D
Octal 160 72 253 43 102 0 41 415 61 55
Binary 1110000 111010 10101011 100011 1000010 0 100001 100001101 110001 101101

Color Harmonies of #703AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AAB

Black with #703AAB

Text Example


Text Example

White with #703AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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