Html Css Color HEX #702FA2 Royal Purple

📋 copy color: '#702FA2'

red 112 ◦ green 47 ◦ blue 162

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

Shades of Royal Purple #702FA2

Tints of Royal Purple #702FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 162 (63.67% from 255) = 50.47%

R = 34.89%
G = 14.64%
B = 50.47%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#702FA2 (or 0x702FA2) is known color: Royal Purple. HEX triplet: 70, 2F and A2. RGB value is (112,47,162). Sum of RGB (Red+Green+Blue) = 112+47+162=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #702FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FA2 is #8FD05D. Grayscale: #4F4F4F. Windows color (decimal): -9424990 or 10628976. OLE color: 10628976.

HSL color Cylindrical-coordinate representation of color #702FA2: hue angle of 273.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702FA2 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 47 162 -
CMYK 0.31 0.71 0 0.36
HSL 273.91º 0.55% 0.41% -
HSV(B) 273.91º 0.71% 0.64% -
XYZ 14.22 8.09 34.99 -
YUV 79.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 112 47 162 0.31 0.71 0 0.36 273.91 0.55 0.41
Hex 70 2F A2 1F 47 0 24 112 37 29
Octal 160 57 242 37 107 0 44 422 67 51
Binary 1110000 101111 10100010 11111 1000111 0 100100 100010010 110111 101001

Color Harmonies of #702FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FA2

Black with #702FA2

Text Example


Text Example

White with #702FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,162); }

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

background-color css

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

 a { background-color: rgb(112,47,162); }

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

border-color css

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

 span { border-color: rgb(112,47,162); }

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