Html Css Color HEX #70265F Palatinate Purple

📋 copy color: '#70265F'

red 112 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #70265F

Tints of Palatinate Purple #70265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 45.71%
G = 15.51%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70265F (or 0x70265F) is known color: Palatinate Purple. HEX triplet: 70, 26 and 5F. RGB value is (112,38,95). Sum of RGB (Red+Green+Blue) = 112+38+95=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70265F is #8FD9A0. Grayscale: #424242. Windows color (decimal): -9427361 or 6235760. OLE color: 6235760.

HSL color Cylindrical-coordinate representation of color #70265F: hue angle of 313.78º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70265F is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 95 -
CMYK 0 0.66 0.15 0.56
HSL 313.78º 0.49% 0.29% -
HSV(B) 313.78º 0.66% 0.44% -
XYZ 9.44 5.66 11.42 -
YUV 66.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 112 38 95 0 0.66 0.15 0.56 313.78 0.49 0.29
Hex 70 26 5F 0 42 F 38 13A 31 1D
Octal 160 46 137 0 102 17 70 472 61 35
Binary 1110000 100110 1011111 0 1000010 1111 111000 100111010 110001 11101

Color Harmonies of #70265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70265F

Black with #70265F

Text Example


Text Example

White with #70265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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