Html Css Color HEX #702EAC Royal Purple

📋 copy color: '#702EAC'

red 112 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #702EAC

Tints of Royal Purple #702EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 33.94%
G = 13.94%
B = 52.12%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#702EAC (or 0x702EAC) is known color: Royal Purple. HEX triplet: 70, 2E and AC. RGB value is (112,46,172). Sum of RGB (Red+Green+Blue) = 112+46+172=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #702EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702EAC is #8FD153. Grayscale: #4F4F4F. Windows color (decimal): -9425236 or 11284080. OLE color: 11284080.

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

Color convert

RGB 112 46 172 -
CMYK 0.35 0.73 0 0.33
HSL 271.43º 0.58% 0.43% -
HSV(B) 271.43º 0.73% 0.67% -
XYZ 15.11 8.38 39.85 -
YUV 80.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 112 46 172 0.35 0.73 0 0.33 271.43 0.58 0.43
Hex 70 2E AC 23 49 0 21 10F 3A 2B
Octal 160 56 254 43 111 0 41 417 72 53
Binary 1110000 101110 10101100 100011 1001001 0 100001 100001111 111010 101011

Color Harmonies of #702EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EAC

Black with #702EAC

Text Example


Text Example

White with #702EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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