Html Css Color HEX #702362 Palatinate Purple

📋 copy color: '#702362'

red 112 ◦ green 35 ◦ blue 98

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

Shades of Palatinate Purple #702362

Tints of Palatinate Purple #702362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40%

R = 45.71%
G = 14.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702362 (or 0x702362) is known color: Palatinate Purple. HEX triplet: 70, 23 and 62. RGB value is (112,35,98). Sum of RGB (Red+Green+Blue) = 112+35+98=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702362 is #8FDC9D. Grayscale: #414141. Windows color (decimal): -9428126 or 6431600. OLE color: 6431600.

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

Color convert

RGB 112 35 98 -
CMYK 0 0.69 0.13 0.56
HSL 310.91º 0.52% 0.29% -
HSV(B) 310.91º 0.69% 0.44% -
XYZ 9.49 5.53 12.12 -
YUV 65.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 112 35 98 0 0.69 0.13 0.56 310.91 0.52 0.29
Hex 70 23 62 0 45 D 38 137 34 1D
Octal 160 43 142 0 105 15 70 467 64 35
Binary 1110000 100011 1100010 0 1000101 1101 111000 100110111 110100 11101

Color Harmonies of #702362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702362

Black with #702362

Text Example


Text Example

White with #702362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702362; }

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

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

background-color css

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

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

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

border-color css

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

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

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