Html Css Color HEX #702BA2 Royal Purple

📋 copy color: '#702BA2'

red 112 ◦ green 43 ◦ blue 162

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

Shades of Royal Purple #702BA2

Tints of Royal Purple #702BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

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

R = 35.33%
G = 13.56%
B = 51.1%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#702BA2 (or 0x702BA2) is known color: Royal Purple. HEX triplet: 70, 2B and A2. RGB value is (112,43,162). Sum of RGB (Red+Green+Blue) = 112+43+162=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #702BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BA2 is #8FD45D. Grayscale: #4C4C4C. Windows color (decimal): -9426014 or 10627952. OLE color: 10627952.

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

Color convert

RGB 112 43 162 -
CMYK 0.31 0.73 0 0.36
HSL 274.79º 0.58% 0.4% -
HSV(B) 274.79º 0.73% 0.64% -
XYZ 14.07 7.78 34.94 -
YUV 77.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 112 43 162 0.31 0.73 0 0.36 274.79 0.58 0.4
Hex 70 2B A2 1F 49 0 24 113 3A 28
Octal 160 53 242 37 111 0 44 423 72 50
Binary 1110000 101011 10100010 11111 1001001 0 100100 100010011 111010 101000

Color Harmonies of #702BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BA2

Black with #702BA2

Text Example


Text Example

White with #702BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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