Html Css Color HEX #702BAD Royal Purple

📋 copy color: '#702BAD'

red 112 ◦ green 43 ◦ blue 173

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

Shades of Royal Purple #702BAD

Tints of Royal Purple #702BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 34.15%
G = 13.11%
B = 52.74%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#702BAD (or 0x702BAD) is known color: Royal Purple. HEX triplet: 70, 2B and AD. RGB value is (112,43,173). Sum of RGB (Red+Green+Blue) = 112+43+173=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #702BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BAD is #8FD452. Grayscale: #4E4E4E. Windows color (decimal): -9426003 or 11348848. OLE color: 11348848.

HSL color Cylindrical-coordinate representation of color #702BAD: hue angle of 271.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702BAD is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 43 173 -
CMYK 0.35 0.75 0 0.32
HSL 271.85º 0.6% 0.42% -
HSV(B) 271.85º 0.75% 0.68% -
XYZ 15.09 8.19 40.32 -
YUV 78.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 112 43 173 0.35 0.75 0 0.32 271.85 0.6 0.42
Hex 70 2B AD 23 4B 0 20 110 3C 2A
Octal 160 53 255 43 113 0 40 420 74 52
Binary 1110000 101011 10101101 100011 1001011 0 100000 100010000 111100 101010

Color Harmonies of #702BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BAD

Black with #702BAD

Text Example


Text Example

White with #702BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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