Html Css Color HEX #702B99 Royal Purple

📋 copy color: '#702B99'

red 112 ◦ green 43 ◦ blue 153

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

Shades of Royal Purple #702B99

Tints of Royal Purple #702B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 36.36%
G = 13.96%
B = 49.68%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#702B99 (or 0x702B99) is known color: Royal Purple. HEX triplet: 70, 2B and 99. RGB value is (112,43,153). Sum of RGB (Red+Green+Blue) = 112+43+153=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #702B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B99 is #8FD466. Grayscale: #4B4B4B. Windows color (decimal): -9426023 or 10038128. OLE color: 10038128.

HSL color Cylindrical-coordinate representation of color #702B99: hue angle of 277.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702B99 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 43 153 -
CMYK 0.27 0.72 0 0.4
HSL 277.64º 0.56% 0.38% -
HSV(B) 277.64º 0.72% 0.6% -
XYZ 13.3 7.47 30.88 -
YUV 76.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 112 43 153 0.27 0.72 0 0.4 277.64 0.56 0.38
Hex 70 2B 99 1B 48 0 28 116 38 26
Octal 160 53 231 33 110 0 50 426 70 46
Binary 1110000 101011 10011001 11011 1001000 0 101000 100010110 111000 100110

Color Harmonies of #702B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B99

Black with #702B99

Text Example


Text Example

White with #702B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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