Html Css Color HEX #702B9F Royal Purple

📋 copy color: '#702B9F'

red 112 ◦ green 43 ◦ blue 159

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

Shades of Royal Purple #702B9F

Tints of Royal Purple #702B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 35.67%
G = 13.69%
B = 50.64%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#702B9F (or 0x702B9F) is known color: Royal Purple. HEX triplet: 70, 2B and 9F. RGB value is (112,43,159). Sum of RGB (Red+Green+Blue) = 112+43+159=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #702B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B9F is #8FD460. Grayscale: #4C4C4C. Windows color (decimal): -9426017 or 10431344. OLE color: 10431344.

HSL color Cylindrical-coordinate representation of color #702B9F: hue angle of 275.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702B9F is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 43 159 -
CMYK 0.30 0.73 0 0.38
HSL 275.69º 0.57% 0.4% -
HSV(B) 275.69º 0.73% 0.62% -
XYZ 13.8 7.68 33.55 -
YUV 76.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 112 43 159 0.30 0.73 0 0.38 275.69 0.57 0.4
Hex 70 2B 9F 1E 49 0 26 114 39 28
Octal 160 53 237 36 111 0 46 424 71 50
Binary 1110000 101011 10011111 11110 1001001 0 100110 100010100 111001 101000

Color Harmonies of #702B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B9F

Black with #702B9F

Text Example


Text Example

White with #702B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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