Html Css Color HEX #70269C Royal Purple

📋 copy color: '#70269C'

red 112 ◦ green 38 ◦ blue 156

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

Shades of Royal Purple #70269C

Tints of Royal Purple #70269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 36.6%
G = 12.42%
B = 50.98%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70269C (or 0x70269C) is known color: Royal Purple. HEX triplet: 70, 26 and 9C. RGB value is (112,38,156). Sum of RGB (Red+Green+Blue) = 112+38+156=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #70269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70269C is #8FD963. Grayscale: #494949. Windows color (decimal): -9427300 or 10233456. OLE color: 10233456.

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

Color convert

RGB 112 38 156 -
CMYK 0.28 0.76 0 0.39
HSL 277.63º 0.61% 0.38% -
HSV(B) 277.63º 0.76% 0.61% -
XYZ 13.38 7.23 32.14 -
YUV 73.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 112 38 156 0.28 0.76 0 0.39 277.63 0.61 0.38
Hex 70 26 9C 1C 4C 0 27 116 3D 26
Octal 160 46 234 34 114 0 47 426 75 46
Binary 1110000 100110 10011100 11100 1001100 0 100111 100010110 111101 100110

Color Harmonies of #70269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70269C

Black with #70269C

Text Example


Text Example

White with #70269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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