Html Css Color HEX #702CA8 Royal Purple

📋 copy color: '#702CA8'

red 112 ◦ green 44 ◦ blue 168

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

Shades of Royal Purple #702CA8

Tints of Royal Purple #702CA8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.58%

 BLUE value IS 168 (66.02% from 255) = 51.85%

R = 34.57%
G = 13.58%
B = 51.85%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#702CA8 (or 0x702CA8) is known color: Royal Purple. HEX triplet: 70, 2C and A8. RGB value is (112,44,168). Sum of RGB (Red+Green+Blue) = 112+44+168=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #702CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702CA8 is #8FD357. Grayscale: #4E4E4E. Windows color (decimal): -9425752 or 11021424. OLE color: 11021424.

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

Color convert

RGB 112 44 168 -
CMYK 0.33 0.74 0 0.34
HSL 272.9º 0.58% 0.42% -
HSV(B) 272.9º 0.74% 0.66% -
XYZ 14.65 8.07 37.83 -
YUV 78.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 112 44 168 0.33 0.74 0 0.34 272.9 0.58 0.42
Hex 70 2C A8 21 4A 0 22 111 3A 2A
Octal 160 54 250 41 112 0 42 421 72 52
Binary 1110000 101100 10101000 100001 1001010 0 100010 100010001 111010 101010

Color Harmonies of #702CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CA8

Black with #702CA8

Text Example


Text Example

White with #702CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,168); }

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

background-color css

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

 a { background-color: rgb(112,44,168); }

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

border-color css

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

 span { border-color: rgb(112,44,168); }

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