Html Css Color HEX #702465 Palatinate Purple

📋 copy color: '#702465'

red 112 ◦ green 36 ◦ blue 101

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

Shades of Palatinate Purple #702465

Tints of Palatinate Purple #702465

RGB

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

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

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

R = 44.98%
G = 14.46%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#702465 (or 0x702465) is known color: Palatinate Purple. HEX triplet: 70, 24 and 65. RGB value is (112,36,101). Sum of RGB (Red+Green+Blue) = 112+36+101=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702465 is #8FDB9A. Grayscale: #414141. Windows color (decimal): -9427867 or 6628464. OLE color: 6628464.

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

Color convert

RGB 112 36 101 -
CMYK 0 0.68 0.10 0.56
HSL 308.68º 0.51% 0.29% -
HSV(B) 308.68º 0.68% 0.44% -
XYZ 9.66 5.65 12.89 -
YUV 66.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 112 36 101 0 0.68 0.10 0.56 308.68 0.51 0.29
Hex 70 24 65 0 44 A 38 135 33 1D
Octal 160 44 145 0 104 12 70 465 63 35
Binary 1110000 100100 1100101 0 1000100 1010 111000 100110101 110011 11101

Color Harmonies of #702465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702465

Black with #702465

Text Example


Text Example

White with #702465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702465; }

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

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

background-color css

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

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

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

border-color css

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

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

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