Html Css Color HEX #70335A Palatinate Purple

📋 copy color: '#70335A'

red 112 ◦ green 51 ◦ blue 90

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

Shades of Palatinate Purple #70335A

Tints of Palatinate Purple #70335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 44.27%
G = 20.16%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70335A (or 0x70335A) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5A. RGB value is (112,51,90). Sum of RGB (Red+Green+Blue) = 112+51+90=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335A is #8FCCA5. Grayscale: #494949. Windows color (decimal): -9424038 or 5911408. OLE color: 5911408.

HSL color Cylindrical-coordinate representation of color #70335A: hue angle of 321.64º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70335A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 90 -
CMYK 0 0.54 0.20 0.56
HSL 321.64º 0.37% 0.32% -
HSV(B) 321.64º 0.54% 0.44% -
XYZ 9.71 6.55 10.43 -
YUV 73.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 112 51 90 0 0.54 0.20 0.56 321.64 0.37 0.32
Hex 70 33 5A 0 36 14 38 142 25 20
Octal 160 63 132 0 66 24 70 502 45 40
Binary 1110000 110011 1011010 0 110110 10100 111000 101000010 100101 100000

Color Harmonies of #70335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70335A

Black with #70335A

Text Example


Text Example

White with #70335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70335A; }

 p { color: rgb(112,51,90); }

 H1.HeaderClassName
 {
   color: #70335A;
 }
 .AnyTagClassName
 {
   color: #70335A;
 }
</style>

background-color css

<style>
 a { background-color: #70335A; }

 a { background-color: rgb(112,51,90); }

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

border-color css

<style>
 span { border-color: #70335A; }

 span { border-color: rgb(112,51,90); }

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