Html Css Color HEX #70269F Royal Purple

📋 copy color: '#70269F'

red 112 ◦ green 38 ◦ blue 159

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

Shades of Royal Purple #70269F

Tints of Royal Purple #70269F

RGB

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

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

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

R = 36.25%
G = 12.3%
B = 51.46%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70269F (or 0x70269F) is known color: Royal Purple. HEX triplet: 70, 26 and 9F. RGB value is (112,38,159). Sum of RGB (Red+Green+Blue) = 112+38+159=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #70269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70269F is #8FD960. Grayscale: #494949. Windows color (decimal): -9427297 or 10430064. OLE color: 10430064.

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

Color convert

RGB 112 38 159 -
CMYK 0.30 0.76 0 0.38
HSL 276.69º 0.61% 0.39% -
HSV(B) 276.69º 0.76% 0.62% -
XYZ 13.63 7.33 33.5 -
YUV 73.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 112 38 159 0.30 0.76 0 0.38 276.69 0.61 0.39
Hex 70 26 9F 1E 4C 0 26 115 3D 27
Octal 160 46 237 36 114 0 46 425 75 47
Binary 1110000 100110 10011111 11110 1001100 0 100110 100010101 111101 100111

Color Harmonies of #70269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70269F

Black with #70269F

Text Example


Text Example

White with #70269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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