Html Css Color HEX #702461 Palatinate Purple

📋 copy color: '#702461'

red 112 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #702461

Tints of Palatinate Purple #702461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 45.71%
G = 14.69%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702461 (or 0x702461) is known color: Palatinate Purple. HEX triplet: 70, 24 and 61. RGB value is (112,36,97). Sum of RGB (Red+Green+Blue) = 112+36+97=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702461 is #8FDB9E. Grayscale: #414141. Windows color (decimal): -9427871 or 6366320. OLE color: 6366320.

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

Color convert

RGB 112 36 97 -
CMYK 0 0.68 0.13 0.56
HSL 311.84º 0.51% 0.29% -
HSV(B) 311.84º 0.68% 0.44% -
XYZ 9.47 5.57 11.89 -
YUV 65.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 112 36 97 0 0.68 0.13 0.56 311.84 0.51 0.29
Hex 70 24 61 0 44 D 38 138 33 1D
Octal 160 44 141 0 104 15 70 470 63 35
Binary 1110000 100100 1100001 0 1000100 1101 111000 100111000 110011 11101

Color Harmonies of #702461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702461

Black with #702461

Text Example


Text Example

White with #702461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702461; }

 p { color: rgb(112,36,97); }

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

background-color css

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

 a { background-color: rgb(112,36,97); }

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

border-color css

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

 span { border-color: rgb(112,36,97); }

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