Html Css Color HEX #70259F Royal Purple

📋 copy color: '#70259F'

red 112 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #70259F

Tints of Royal Purple #70259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 36.36%
G = 12.01%
B = 51.62%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70259F (or 0x70259F) is known color: Royal Purple. HEX triplet: 70, 25 and 9F. RGB value is (112,37,159). Sum of RGB (Red+Green+Blue) = 112+37+159=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #70259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70259F is #8FDA60. Grayscale: #484848. Windows color (decimal): -9427553 or 10429808. OLE color: 10429808.

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

Color convert

RGB 112 37 159 -
CMYK 0.30 0.77 0 0.38
HSL 276.89º 0.62% 0.38% -
HSV(B) 276.89º 0.77% 0.62% -
XYZ 13.6 7.27 33.49 -
YUV 73.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 112 37 159 0.30 0.77 0 0.38 276.89 0.62 0.38
Hex 70 25 9F 1E 4D 0 26 115 3E 26
Octal 160 45 237 36 115 0 46 425 76 46
Binary 1110000 100101 10011111 11110 1001101 0 100110 100010101 111110 100110

Color Harmonies of #70259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70259F

Black with #70259F

Text Example


Text Example

White with #70259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70259F; }

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

 H1.HeaderClassName
 {
   color: #70259F;
 }
 .AnyTagClassName
 {
   color: #70259F;
 }
</style>

background-color css

<style>
 a { background-color: #70259F; }

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

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

border-color css

<style>
 span { border-color: #70259F; }

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

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