Html Css Color HEX #70359B Royal Purple

📋 copy color: '#70359B'

red 112 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #70359B

Tints of Royal Purple #70359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 35%
G = 16.56%
B = 48.44%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70359B (or 0x70359B) is known color: Royal Purple. HEX triplet: 70, 35 and 9B. RGB value is (112,53,155). Sum of RGB (Red+Green+Blue) = 112+53+155=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #70359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70359B is #8FCA64. Grayscale: #515151. Windows color (decimal): -9423461 or 10171760. OLE color: 10171760.

HSL color Cylindrical-coordinate representation of color #70359B: hue angle of 274.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70359B is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 53 155 -
CMYK 0.28 0.66 0 0.39
HSL 274.71º 0.49% 0.41% -
HSV(B) 274.71º 0.66% 0.61% -
XYZ 13.87 8.36 31.89 -
YUV 82.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 112 53 155 0.28 0.66 0 0.39 274.71 0.49 0.41
Hex 70 35 9B 1C 42 0 27 113 31 29
Octal 160 65 233 34 102 0 47 423 61 51
Binary 1110000 110101 10011011 11100 1000010 0 100111 100010011 110001 101001

Color Harmonies of #70359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70359B

Black with #70359B

Text Example


Text Example

White with #70359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70359B; }

 p { color: rgb(112,53,155); }

 H1.HeaderClassName
 {
   color: #70359B;
 }
 .AnyTagClassName
 {
   color: #70359B;
 }
</style>

background-color css

<style>
 a { background-color: #70359B; }

 a { background-color: rgb(112,53,155); }

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

border-color css

<style>
 span { border-color: #70359B; }

 span { border-color: rgb(112,53,155); }

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