Html Css Color HEX #702AAA Royal Purple

📋 copy color: '#702AAA'

red 112 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #702AAA

Tints of Royal Purple #702AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

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

R = 34.57%
G = 12.96%
B = 52.47%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702AAA (or 0x702AAA) is known color: Royal Purple. HEX triplet: 70, 2A and AA. RGB value is (112,42,170). Sum of RGB (Red+Green+Blue) = 112+42+170=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #702AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702AAA is #8FD555. Grayscale: #4D4D4D. Windows color (decimal): -9426262 or 11151984. OLE color: 11151984.

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

Color convert

RGB 112 42 170 -
CMYK 0.34 0.75 0 0.33
HSL 272.81º 0.6% 0.42% -
HSV(B) 272.81º 0.75% 0.67% -
XYZ 14.77 8 38.8 -
YUV 77.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 112 42 170 0.34 0.75 0 0.33 272.81 0.6 0.42
Hex 70 2A AA 22 4B 0 21 111 3C 2A
Octal 160 52 252 42 113 0 41 421 74 52
Binary 1110000 101010 10101010 100010 1001011 0 100001 100010001 111100 101010

Color Harmonies of #702AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AAA

Black with #702AAA

Text Example


Text Example

White with #702AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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