Html Css Color HEX #702FAB Royal Purple

📋 copy color: '#702FAB'

red 112 ◦ green 47 ◦ blue 171

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

Shades of Royal Purple #702FAB

Tints of Royal Purple #702FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 33.94%
G = 14.24%
B = 51.82%

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

#702FAB (or 0x702FAB) is known color: Royal Purple. HEX triplet: 70, 2F and AB. RGB value is (112,47,171). Sum of RGB (Red+Green+Blue) = 112+47+171=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #702FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FAB is #8FD054. Grayscale: #505050. Windows color (decimal): -9424981 or 11218800. OLE color: 11218800.

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

Color convert

RGB 112 47 171 -
CMYK 0.35 0.73 0 0.33
HSL 271.45º 0.57% 0.43% -
HSV(B) 271.45º 0.73% 0.67% -
XYZ 15.05 8.42 39.36 -
YUV 80.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 112 47 171 0.35 0.73 0 0.33 271.45 0.57 0.43
Hex 70 2F AB 23 49 0 21 10F 39 2B
Octal 160 57 253 43 111 0 41 417 71 53
Binary 1110000 101111 10101011 100011 1001001 0 100001 100001111 111001 101011

Color Harmonies of #702FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702FAB

Black with #702FAB

Text Example


Text Example

White with #702FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,47,171); }

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

background-color css

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

 a { background-color: rgb(112,47,171); }

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

border-color css

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

 span { border-color: rgb(112,47,171); }

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