Html Css Color HEX #702360 Palatinate Purple

📋 copy color: '#702360'

red 112 ◦ green 35 ◦ blue 96

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

Shades of Palatinate Purple #702360

Tints of Palatinate Purple #702360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 46.09%
G = 14.4%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702360 (or 0x702360) is known color: Palatinate Purple. HEX triplet: 70, 23 and 60. RGB value is (112,35,96). Sum of RGB (Red+Green+Blue) = 112+35+96=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #702360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702360 is #8FDC9F. Grayscale: #404040. Windows color (decimal): -9428128 or 6300528. OLE color: 6300528.

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

Color convert

RGB 112 35 96 -
CMYK 0 0.69 0.14 0.56
HSL 312.47º 0.52% 0.29% -
HSV(B) 312.47º 0.69% 0.44% -
XYZ 9.39 5.49 11.63 -
YUV 64.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 112 35 96 0 0.69 0.14 0.56 312.47 0.52 0.29
Hex 70 23 60 0 45 E 38 138 34 1D
Octal 160 43 140 0 105 16 70 470 64 35
Binary 1110000 100011 1100000 0 1000101 1110 111000 100111000 110100 11101

Color Harmonies of #702360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702360

Black with #702360

Text Example


Text Example

White with #702360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702360; }

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

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

background-color css

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

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

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

border-color css

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

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

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