Html Css Color HEX #70259D Royal Purple

📋 copy color: '#70259D'

red 112 ◦ green 37 ◦ blue 157

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

Shades of Royal Purple #70259D

Tints of Royal Purple #70259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 36.6%
G = 12.09%
B = 51.31%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70259D (or 0x70259D) is known color: Royal Purple. HEX triplet: 70, 25 and 9D. RGB value is (112,37,157). Sum of RGB (Red+Green+Blue) = 112+37+157=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #70259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70259D is #8FDA62. Grayscale: #484848. Windows color (decimal): -9427555 or 10298736. OLE color: 10298736.

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

Color convert

RGB 112 37 157 -
CMYK 0.29 0.76 0 0.38
HSL 277.5º 0.62% 0.38% -
HSV(B) 277.5º 0.76% 0.62% -
XYZ 13.43 7.2 32.58 -
YUV 73.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 112 37 157 0.29 0.76 0 0.38 277.5 0.62 0.38
Hex 70 25 9D 1D 4C 0 26 116 3E 26
Octal 160 45 235 35 114 0 46 426 76 46
Binary 1110000 100101 10011101 11101 1001100 0 100110 100010110 111110 100110

Color Harmonies of #70259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70259D

Black with #70259D

Text Example


Text Example

White with #70259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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