Html Css Color HEX #70335C Palatinate Purple

📋 copy color: '#70335C'

red 112 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #70335C

Tints of Palatinate Purple #70335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 43.92%
G = 20%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70335C (or 0x70335C) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5C. RGB value is (112,51,92). Sum of RGB (Red+Green+Blue) = 112+51+92=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335C is #8FCCA3. Grayscale: #494949. Windows color (decimal): -9424036 or 6042480. OLE color: 6042480.

HSL color Cylindrical-coordinate representation of color #70335C: hue angle of 319.67º 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 #70335C is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 92 -
CMYK 0 0.54 0.18 0.56
HSL 319.67º 0.37% 0.32% -
HSV(B) 319.67º 0.54% 0.44% -
XYZ 9.8 6.59 10.88 -
YUV 73.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 112 51 92 0 0.54 0.18 0.56 319.67 0.37 0.32
Hex 70 33 5C 0 36 12 38 140 25 20
Octal 160 63 134 0 66 22 70 500 45 40
Binary 1110000 110011 1011100 0 110110 10010 111000 101000000 100101 100000

Color Harmonies of #70335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70335C

Black with #70335C

Text Example


Text Example

White with #70335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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