Html Css Color HEX #702364 Palatinate Purple

📋 copy color: '#702364'

red 112 ◦ green 35 ◦ blue 100

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

Shades of Palatinate Purple #702364

Tints of Palatinate Purple #702364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 45.34%
G = 14.17%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702364 (or 0x702364) is known color: Palatinate Purple. HEX triplet: 70, 23 and 64. RGB value is (112,35,100). Sum of RGB (Red+Green+Blue) = 112+35+100=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702364 is #8FDC9B. Grayscale: #414141. Windows color (decimal): -9428124 or 6562672. OLE color: 6562672.

HSL color Cylindrical-coordinate representation of color #702364: hue angle of 309.35º 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 #702364 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 100 -
CMYK 0 0.69 0.11 0.56
HSL 309.35º 0.52% 0.29% -
HSV(B) 309.35º 0.69% 0.44% -
XYZ 9.58 5.57 12.63 -
YUV 65.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 112 35 100 0 0.69 0.11 0.56 309.35 0.52 0.29
Hex 70 23 64 0 45 B 38 135 34 1D
Octal 160 43 144 0 105 13 70 465 64 35
Binary 1110000 100011 1100100 0 1000101 1011 111000 100110101 110100 11101

Color Harmonies of #702364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702364

Black with #702364

Text Example


Text Example

White with #702364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702364; }

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

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

background-color css

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

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

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

border-color css

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

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

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