Html Css Color HEX #702DAA Royal Purple

📋 copy color: '#702DAA'

red 112 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #702DAA

Tints of Royal Purple #702DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

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

R = 34.25%
G = 13.76%
B = 51.99%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702DAA (or 0x702DAA) is known color: Royal Purple. HEX triplet: 70, 2D and AA. RGB value is (112,45,170). Sum of RGB (Red+Green+Blue) = 112+45+170=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #702DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DAA is #8FD255. Grayscale: #4E4E4E. Windows color (decimal): -9425494 or 11152752. OLE color: 11152752.

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

Color convert

RGB 112 45 170 -
CMYK 0.34 0.74 0 0.33
HSL 272.16º 0.58% 0.42% -
HSV(B) 272.16º 0.74% 0.67% -
XYZ 14.88 8.22 38.83 -
YUV 79.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 112 45 170 0.34 0.74 0 0.33 272.16 0.58 0.42
Hex 70 2D AA 22 4A 0 21 110 3A 2A
Octal 160 55 252 42 112 0 41 420 72 52
Binary 1110000 101101 10101010 100010 1001010 0 100001 100010000 111010 101010

Color Harmonies of #702DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702DAA

Black with #702DAA

Text Example


Text Example

White with #702DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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