Html Css Color HEX #702365 Palatinate Purple

📋 copy color: '#702365'

red 112 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #702365

Tints of Palatinate Purple #702365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 45.16%
G = 14.11%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#702365 (or 0x702365) is known color: Palatinate Purple. HEX triplet: 70, 23 and 65. RGB value is (112,35,101). Sum of RGB (Red+Green+Blue) = 112+35+101=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702365 is #8FDC9A. Grayscale: #414141. Windows color (decimal): -9428123 or 6628208. OLE color: 6628208.

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

Color convert

RGB 112 35 101 -
CMYK 0 0.69 0.10 0.56
HSL 308.57º 0.52% 0.29% -
HSV(B) 308.57º 0.69% 0.44% -
XYZ 9.63 5.59 12.88 -
YUV 65.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 112 35 101 0 0.69 0.10 0.56 308.57 0.52 0.29
Hex 70 23 65 0 45 A 38 135 34 1D
Octal 160 43 145 0 105 12 70 465 64 35
Binary 1110000 100011 1100101 0 1000101 1010 111000 100110101 110100 11101

Color Harmonies of #702365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702365

Black with #702365

Text Example


Text Example

White with #702365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702365; }

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

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

background-color css

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

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

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

border-color css

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

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

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