Html Css Color HEX #70265B Palatinate Purple

📋 copy color: '#70265B'

red 112 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #70265B

Tints of Palatinate Purple #70265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 46.47%
G = 15.77%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70265B (or 0x70265B) is known color: Palatinate Purple. HEX triplet: 70, 26 and 5B. RGB value is (112,38,91). Sum of RGB (Red+Green+Blue) = 112+38+91=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70265B is #8FD9A4. Grayscale: #424242. Windows color (decimal): -9427365 or 5973616. OLE color: 5973616.

HSL color Cylindrical-coordinate representation of color #70265B: hue angle of 317.03º 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 #70265B is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 91 -
CMYK 0 0.66 0.19 0.56
HSL 317.03º 0.49% 0.29% -
HSV(B) 317.03º 0.66% 0.44% -
XYZ 9.26 5.59 10.49 -
YUV 66.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 112 38 91 0 0.66 0.19 0.56 317.03 0.49 0.29
Hex 70 26 5B 0 42 13 38 13D 31 1D
Octal 160 46 133 0 102 23 70 475 61 35
Binary 1110000 100110 1011011 0 1000010 10011 111000 100111101 110001 11101

Color Harmonies of #70265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70265B

Black with #70265B

Text Example


Text Example

White with #70265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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