Html Css Color HEX #702E9F Royal Purple

📋 copy color: '#702E9F'

red 112 ◦ green 46 ◦ blue 159

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

Shades of Royal Purple #702E9F

Tints of Royal Purple #702E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 35.33%
G = 14.51%
B = 50.16%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#702E9F (or 0x702E9F) is known color: Royal Purple. HEX triplet: 70, 2E and 9F. RGB value is (112,46,159). Sum of RGB (Red+Green+Blue) = 112+46+159=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #702E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E9F is #8FD160. Grayscale: #4E4E4E. Windows color (decimal): -9425249 or 10432112. OLE color: 10432112.

HSL color Cylindrical-coordinate representation of color #702E9F: hue angle of 275.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702E9F is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 46 159 -
CMYK 0.30 0.71 0 0.38
HSL 275.04º 0.55% 0.4% -
HSV(B) 275.04º 0.71% 0.62% -
XYZ 13.92 7.9 33.59 -
YUV 78.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 112 46 159 0.30 0.71 0 0.38 275.04 0.55 0.4
Hex 70 2E 9F 1E 47 0 26 113 37 28
Octal 160 56 237 36 107 0 46 423 67 50
Binary 1110000 101110 10011111 11110 1000111 0 100110 100010011 110111 101000

Color Harmonies of #702E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E9F

Black with #702E9F

Text Example


Text Example

White with #702E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702E9F; }

 p { color: rgb(112,46,159); }

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

background-color css

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

 a { background-color: rgb(112,46,159); }

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

border-color css

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

 span { border-color: rgb(112,46,159); }

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