Html Css Color HEX #702CA2 Royal Purple

📋 copy color: '#702CA2'

red 112 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #702CA2

Tints of Royal Purple #702CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 35.22%
G = 13.84%
B = 50.94%

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

#702CA2 (or 0x702CA2) is known color: Royal Purple. HEX triplet: 70, 2C and A2. RGB value is (112,44,162). Sum of RGB (Red+Green+Blue) = 112+44+162=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #702CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CA2 is #8FD35D. Grayscale: #4D4D4D. Windows color (decimal): -9425758 or 10628208. OLE color: 10628208.

HSL color Cylindrical-coordinate representation of color #702CA2: hue angle of 274.58º degrees, saturation: 0.57, 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 #702CA2 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 44 162 -
CMYK 0.31 0.73 0 0.36
HSL 274.58º 0.57% 0.4% -
HSV(B) 274.58º 0.73% 0.64% -
XYZ 14.1 7.85 34.96 -
YUV 77.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 112 44 162 0.31 0.73 0 0.36 274.58 0.57 0.4
Hex 70 2C A2 1F 49 0 24 113 39 28
Octal 160 54 242 37 111 0 44 423 71 50
Binary 1110000 101100 10100010 11111 1001001 0 100100 100010011 111001 101000

Color Harmonies of #702CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CA2

Black with #702CA2

Text Example


Text Example

White with #702CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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