Html Css Color HEX #703FB5 Royal Purple

📋 copy color: '#703FB5'

red 112 ◦ green 63 ◦ blue 181

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

Shades of Royal Purple #703FB5

Tints of Royal Purple #703FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

 BLUE value IS 181 (71.09% from 255) = 50.84%

R = 31.46%
G = 17.7%
B = 50.84%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#703FB5 (or 0x703FB5) is known color: Royal Purple. HEX triplet: 70, 3F and B5. RGB value is (112,63,181). Sum of RGB (Red+Green+Blue) = 112+63+181=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #703FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703FB5 is #8FC04A. Grayscale: #5A5A5A. Windows color (decimal): -9420875 or 11878256. OLE color: 11878256.

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

Color convert

RGB 112 63 181 -
CMYK 0.38 0.65 0 0.29
HSL 264.92º 0.48% 0.48% -
HSV(B) 264.92º 0.65% 0.71% -
XYZ 16.8 10.34 44.83 -
YUV 91.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 112 63 181 0.38 0.65 0 0.29 264.92 0.48 0.48
Hex 70 3F B5 26 41 0 1D 109 30 30
Octal 160 77 265 46 101 0 35 411 60 60
Binary 1110000 111111 10110101 100110 1000001 0 11101 100001001 110000 110000

Color Harmonies of #703FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703FB5

Black with #703FB5

Text Example


Text Example

White with #703FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,181); }

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

background-color css

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

 a { background-color: rgb(112,63,181); }

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

border-color css

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

 span { border-color: rgb(112,63,181); }

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