Html Css Color HEX #702AAC Royal Purple

📋 copy color: '#702AAC'

red 112 ◦ green 42 ◦ blue 172

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

Shades of Royal Purple #702AAC

Tints of Royal Purple #702AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 34.36%
G = 12.88%
B = 52.76%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702AAC (or 0x702AAC) is known color: Royal Purple. HEX triplet: 70, 2A and AC. RGB value is (112,42,172). Sum of RGB (Red+Green+Blue) = 112+42+172=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #702AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702AAC is #8FD553. Grayscale: #4D4D4D. Windows color (decimal): -9426260 or 11283056. OLE color: 11283056.

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

Color convert

RGB 112 42 172 -
CMYK 0.35 0.76 0 0.33
HSL 272.31º 0.61% 0.42% -
HSV(B) 272.31º 0.76% 0.67% -
XYZ 14.96 8.08 39.8 -
YUV 77.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 112 42 172 0.35 0.76 0 0.33 272.31 0.61 0.42
Hex 70 2A AC 23 4C 0 21 110 3D 2A
Octal 160 52 254 43 114 0 41 420 75 52
Binary 1110000 101010 10101100 100011 1001100 0 100001 100010000 111101 101010

Color Harmonies of #702AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702AAC

Black with #702AAC

Text Example


Text Example

White with #702AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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