Html Css Color HEX #702EAA Royal Purple

📋 copy color: '#702EAA'

red 112 ◦ green 46 ◦ blue 170

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

Shades of Royal Purple #702EAA

Tints of Royal Purple #702EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 34.15%
G = 14.02%
B = 51.83%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702EAA (or 0x702EAA) is known color: Royal Purple. HEX triplet: 70, 2E and AA. RGB value is (112,46,170). Sum of RGB (Red+Green+Blue) = 112+46+170=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #702EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702EAA is #8FD155. Grayscale: #4F4F4F. Windows color (decimal): -9425238 or 11153008. OLE color: 11153008.

HSL color Cylindrical-coordinate representation of color #702EAA: hue angle of 271.94º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702EAA is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 46 170 -
CMYK 0.34 0.73 0 0.33
HSL 271.94º 0.57% 0.42% -
HSV(B) 271.94º 0.73% 0.67% -
XYZ 14.91 8.3 38.85 -
YUV 79.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 112 46 170 0.34 0.73 0 0.33 271.94 0.57 0.42
Hex 70 2E AA 22 49 0 21 110 39 2A
Octal 160 56 252 42 111 0 41 420 71 52
Binary 1110000 101110 10101010 100010 1001001 0 100001 100010000 111001 101010

Color Harmonies of #702EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EAA

Black with #702EAA

Text Example


Text Example

White with #702EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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