Html Css Color HEX #703CAB Royal Purple

📋 copy color: '#703CAB'

red 112 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #703CAB

Tints of Royal Purple #703CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 32.65%
G = 17.49%
B = 49.85%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703CAB (or 0x703CAB) is known color: Royal Purple. HEX triplet: 70, 3C and AB. RGB value is (112,60,171). Sum of RGB (Red+Green+Blue) = 112+60+171=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #703CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAB is #8FC354. Grayscale: #575757. Windows color (decimal): -9421653 or 11222128. OLE color: 11222128.

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

Color convert

RGB 112 60 171 -
CMYK 0.35 0.65 0 0.33
HSL 268.11º 0.48% 0.45% -
HSV(B) 268.11º 0.65% 0.67% -
XYZ 15.65 9.62 39.56 -
YUV 88.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 112 60 171 0.35 0.65 0 0.33 268.11 0.48 0.45
Hex 70 3C AB 23 41 0 21 10C 30 2D
Octal 160 74 253 43 101 0 41 414 60 55
Binary 1110000 111100 10101011 100011 1000001 0 100001 100001100 110000 101101

Color Harmonies of #703CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CAB

Black with #703CAB

Text Example


Text Example

White with #703CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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