Html Css Color HEX #702FAA Royal Purple

📋 copy color: '#702FAA'

red 112 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #702FAA

Tints of Royal Purple #702FAA

RGB

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

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

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

R = 34.04%
G = 14.29%
B = 51.67%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702FAA (or 0x702FAA) is known color: Royal Purple. HEX triplet: 70, 2F and AA. RGB value is (112,47,170). Sum of RGB (Red+Green+Blue) = 112+47+170=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #702FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FAA is #8FD055. Grayscale: #505050. Windows color (decimal): -9424982 or 11153264. OLE color: 11153264.

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

Color convert

RGB 112 47 170 -
CMYK 0.34 0.72 0 0.33
HSL 271.71º 0.57% 0.43% -
HSV(B) 271.71º 0.72% 0.67% -
XYZ 14.95 8.38 38.86 -
YUV 80.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 112 47 170 0.34 0.72 0 0.33 271.71 0.57 0.43
Hex 70 2F AA 22 48 0 21 110 39 2B
Octal 160 57 252 42 110 0 41 420 71 53
Binary 1110000 101111 10101010 100010 1001000 0 100001 100010000 111001 101011

Color Harmonies of #702FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FAA

Black with #702FAA

Text Example


Text Example

White with #702FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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