Html Css Color HEX #703892 Royal Purple

📋 copy color: '#703892'

red 112 ◦ green 56 ◦ blue 146

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

Shades of Royal Purple #703892

Tints of Royal Purple #703892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 35.67%
G = 17.83%
B = 46.5%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#703892 (or 0x703892) is known color: Royal Purple. HEX triplet: 70, 38 and 92. RGB value is (112,56,146). Sum of RGB (Red+Green+Blue) = 112+56+146=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #703892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703892 is #8FC76D. Grayscale: #525252. Windows color (decimal): -9422702 or 9582704. OLE color: 9582704.

HSL color Cylindrical-coordinate representation of color #703892: hue angle of 277.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703892 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 56 146 -
CMYK 0.23 0.62 0 0.43
HSL 277.33º 0.45% 0.4% -
HSV(B) 277.33º 0.62% 0.57% -
XYZ 13.28 8.35 28.11 -
YUV 83 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 112 56 146 0.23 0.62 0 0.43 277.33 0.45 0.4
Hex 70 38 92 17 3E 0 2B 115 2D 28
Octal 160 70 222 27 76 0 53 425 55 50
Binary 1110000 111000 10010010 10111 111110 0 101011 100010101 101101 101000

Color Harmonies of #703892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703892

Black with #703892

Text Example


Text Example

White with #703892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703892; }

 p { color: rgb(112,56,146); }

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

background-color css

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

 a { background-color: rgb(112,56,146); }

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

border-color css

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

 span { border-color: rgb(112,56,146); }

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