Html Css Color HEX #702BAA Royal Purple

📋 copy color: '#702BAA'

red 112 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #702BAA

Tints of Royal Purple #702BAA

RGB

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

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

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

R = 34.46%
G = 13.23%
B = 52.31%

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

#702BAA (or 0x702BAA) is known color: Royal Purple. HEX triplet: 70, 2B and AA. RGB value is (112,43,170). Sum of RGB (Red+Green+Blue) = 112+43+170=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #702BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BAA is #8FD455. Grayscale: #4D4D4D. Windows color (decimal): -9426006 or 11152240. OLE color: 11152240.

HSL color Cylindrical-coordinate representation of color #702BAA: hue angle of 272.6º 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 #702BAA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 43 170 -
CMYK 0.34 0.75 0 0.33
HSL 272.6º 0.6% 0.42% -
HSV(B) 272.6º 0.75% 0.67% -
XYZ 14.8 8.07 38.81 -
YUV 78.11 179.86 152.17 -
System Red Green Blue C M Y K H S L
Decimal 112 43 170 0.34 0.75 0 0.33 272.6 0.6 0.42
Hex 70 2B AA 22 4B 0 21 111 3C 2A
Octal 160 53 252 42 113 0 41 421 74 52
Binary 1110000 101011 10101010 100010 1001011 0 100001 100010001 111100 101010

Color Harmonies of #702BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BAA

Black with #702BAA

Text Example


Text Example

White with #702BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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