Html Css Color HEX #703CAC Royal Purple

📋 copy color: '#703CAC'

red 112 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #703CAC

Tints of Royal Purple #703CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 32.56%
G = 17.44%
B = 50%

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

#703CAC (or 0x703CAC) is known color: Royal Purple. HEX triplet: 70, 3C and AC. RGB value is (112,60,172). Sum of RGB (Red+Green+Blue) = 112+60+172=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #703CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703CAC is #8FC353. Grayscale: #575757. Windows color (decimal): -9421652 or 11287664. OLE color: 11287664.

HSL color Cylindrical-coordinate representation of color #703CAC: hue angle of 267.86º 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 #703CAC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 60 172 -
CMYK 0.35 0.65 0 0.33
HSL 267.86º 0.48% 0.45% -
HSV(B) 267.86º 0.65% 0.67% -
XYZ 15.74 9.66 40.06 -
YUV 88.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 112 60 172 0.35 0.65 0 0.33 267.86 0.48 0.45
Hex 70 3C AC 23 41 0 21 10C 30 2D
Octal 160 74 254 43 101 0 41 414 60 55
Binary 1110000 111100 10101100 100011 1000001 0 100001 100001100 110000 101101

Color Harmonies of #703CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CAC

Black with #703CAC

Text Example


Text Example

White with #703CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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