Html Css Color HEX #700360 Palatinate Purple

📋 copy color: '#700360'

red 112 ◦ green 3 ◦ blue 96

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

Shades of Palatinate Purple #700360

Tints of Palatinate Purple #700360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 53.08%
G = 1.42%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700360 (or 0x700360) is known color: Palatinate Purple. HEX triplet: 70, 03 and 60. RGB value is (112,3,96). Sum of RGB (Red+Green+Blue) = 112+3+96=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700360 is #8FFC9F. Grayscale: #2D2D2D. Windows color (decimal): -9436320 or 6292336. OLE color: 6292336.

HSL color Cylindrical-coordinate representation of color #700360: hue angle of 308.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700360 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 96 -
CMYK 0 0.97 0.14 0.56
HSL 308.81º 0.95% 0.23% -
HSV(B) 308.81º 0.97% 0.44% -
XYZ 8.83 4.35 11.44 -
YUV 46.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 112 3 96 0 0.97 0.14 0.56 308.81 0.95 0.23
Hex 70 3 60 0 61 E 38 135 5F 17
Octal 160 3 140 0 141 16 70 465 137 27
Binary 1110000 11 1100000 0 1100001 1110 111000 100110101 1011111 10111

Color Harmonies of #700360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700360

Black with #700360

Text Example


Text Example

White with #700360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700360; }

 p { color: rgb(112,3,96); }

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

background-color css

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

 a { background-color: rgb(112,3,96); }

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

border-color css

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

 span { border-color: rgb(112,3,96); }

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