Html Css Color HEX #702AAB Royal Purple

📋 copy color: '#702AAB'

red 112 ◦ green 42 ◦ blue 171

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

Shades of Royal Purple #702AAB

Tints of Royal Purple #702AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 34.46%
G = 12.92%
B = 52.62%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702AAB (or 0x702AAB) is known color: Royal Purple. HEX triplet: 70, 2A and AB. RGB value is (112,42,171). Sum of RGB (Red+Green+Blue) = 112+42+171=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #702AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702AAB is #8FD554. Grayscale: #4D4D4D. Windows color (decimal): -9426261 or 11217520. OLE color: 11217520.

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

Color convert

RGB 112 42 171 -
CMYK 0.35 0.75 0 0.33
HSL 272.56º 0.61% 0.42% -
HSV(B) 272.56º 0.75% 0.67% -
XYZ 14.86 8.04 39.3 -
YUV 77.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 112 42 171 0.35 0.75 0 0.33 272.56 0.61 0.42
Hex 70 2A AB 23 4B 0 21 111 3D 2A
Octal 160 52 253 43 113 0 41 421 75 52
Binary 1110000 101010 10101011 100011 1001011 0 100001 100010001 111101 101010

Color Harmonies of #702AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AAB

Black with #702AAB

Text Example


Text Example

White with #702AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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