Html Css Color HEX #70269E Royal Purple

📋 copy color: '#70269E'

red 112 ◦ green 38 ◦ blue 158

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

Shades of Royal Purple #70269E

Tints of Royal Purple #70269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 36.36%
G = 12.34%
B = 51.3%

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

#70269E (or 0x70269E) is known color: Royal Purple. HEX triplet: 70, 26 and 9E. RGB value is (112,38,158). Sum of RGB (Red+Green+Blue) = 112+38+158=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #70269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70269E is #8FD961. Grayscale: #494949. Windows color (decimal): -9427298 or 10364528. OLE color: 10364528.

HSL color Cylindrical-coordinate representation of color #70269E: hue angle of 277º degrees, saturation: 0.61, 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 #70269E is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 38 158 -
CMYK 0.29 0.76 0 0.38
HSL 277º 0.61% 0.38% -
HSV(B) 277º 0.76% 0.62% -
XYZ 13.55 7.3 33.04 -
YUV 73.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 112 38 158 0.29 0.76 0 0.38 277 0.61 0.38
Hex 70 26 9E 1D 4C 0 26 115 3D 26
Octal 160 46 236 35 114 0 46 425 75 46
Binary 1110000 100110 10011110 11101 1001100 0 100110 100010101 111101 100110

Color Harmonies of #70269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70269E

Black with #70269E

Text Example


Text Example

White with #70269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70269E; }

 p { color: rgb(112,38,158); }

 H1.HeaderClassName
 {
   color: #70269E;
 }
 .AnyTagClassName
 {
   color: #70269E;
 }
</style>

background-color css

<style>
 a { background-color: #70269E; }

 a { background-color: rgb(112,38,158); }

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

border-color css

<style>
 span { border-color: #70269E; }

 span { border-color: rgb(112,38,158); }

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