Html Css Color HEX #7040B3 Royal Purple

📋 copy color: '#7040B3'

red 112 ◦ green 64 ◦ blue 179

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

Shades of Royal Purple #7040B3

Tints of Royal Purple #7040B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 31.55%
G = 18.03%
B = 50.42%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7040B3 (or 0x7040B3) is known color: Royal Purple. HEX triplet: 70, 40 and B3. RGB value is (112,64,179). Sum of RGB (Red+Green+Blue) = 112+64+179=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #7040B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040B3 is #8FBF4C. Grayscale: #5B5B5B. Windows color (decimal): -9420621 or 11747440. OLE color: 11747440.

HSL color Cylindrical-coordinate representation of color #7040B3: hue angle of 265.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7040B3 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 64 179 -
CMYK 0.37 0.64 0 0.30
HSL 265.04º 0.47% 0.48% -
HSV(B) 265.04º 0.64% 0.7% -
XYZ 16.65 10.37 43.77 -
YUV 91.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 112 64 179 0.37 0.64 0 0.30 265.04 0.47 0.48
Hex 70 40 B3 25 40 0 1E 109 2F 30
Octal 160 100 263 45 100 0 36 411 57 60
Binary 1110000 1000000 10110011 100101 1000000 0 11110 100001001 101111 110000

Color Harmonies of #7040B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040B3

Black with #7040B3

Text Example


Text Example

White with #7040B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7040B3; }

 p { color: rgb(112,64,179); }

 H1.HeaderClassName
 {
   color: #7040B3;
 }
 .AnyTagClassName
 {
   color: #7040B3;
 }
</style>

background-color css

<style>
 a { background-color: #7040B3; }

 a { background-color: rgb(112,64,179); }

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

border-color css

<style>
 span { border-color: #7040B3; }

 span { border-color: rgb(112,64,179); }

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