Html Css Color HEX #702BAC Royal Purple

📋 copy color: '#702BAC'

red 112 ◦ green 43 ◦ blue 172

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

Shades of Royal Purple #702BAC

Tints of Royal Purple #702BAC

RGB

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

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

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

R = 34.25%
G = 13.15%
B = 52.6%

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

#702BAC (or 0x702BAC) is known color: Royal Purple. HEX triplet: 70, 2B and AC. RGB value is (112,43,172). Sum of RGB (Red+Green+Blue) = 112+43+172=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #702BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702BAC is #8FD453. Grayscale: #4D4D4D. Windows color (decimal): -9426004 or 11283312. OLE color: 11283312.

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

Color convert

RGB 112 43 172 -
CMYK 0.35 0.75 0 0.33
HSL 272.09º 0.6% 0.42% -
HSV(B) 272.09º 0.75% 0.67% -
XYZ 14.99 8.15 39.81 -
YUV 78.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 112 43 172 0.35 0.75 0 0.33 272.09 0.6 0.42
Hex 70 2B AC 23 4B 0 21 110 3C 2A
Octal 160 53 254 43 113 0 41 420 74 52
Binary 1110000 101011 10101100 100011 1001011 0 100001 100010000 111100 101010

Color Harmonies of #702BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702BAC

Black with #702BAC

Text Example


Text Example

White with #702BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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