Html Css Color HEX #702765 Palatinate Purple

📋 copy color: '#702765'

red 112 ◦ green 39 ◦ blue 101

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

Shades of Palatinate Purple #702765

Tints of Palatinate Purple #702765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 44.44%
G = 15.48%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#702765 (or 0x702765) is known color: Palatinate Purple. HEX triplet: 70, 27 and 65. RGB value is (112,39,101). Sum of RGB (Red+Green+Blue) = 112+39+101=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702765 is #8FD89A. Grayscale: #434343. Windows color (decimal): -9427099 or 6629232. OLE color: 6629232.

HSL color Cylindrical-coordinate representation of color #702765: hue angle of 309.04º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702765 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 101 -
CMYK 0 0.65 0.10 0.56
HSL 309.04º 0.48% 0.3% -
HSV(B) 309.04º 0.65% 0.44% -
XYZ 9.76 5.84 12.92 -
YUV 67.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 112 39 101 0 0.65 0.10 0.56 309.04 0.48 0.3
Hex 70 27 65 0 41 A 38 135 30 1E
Octal 160 47 145 0 101 12 70 465 60 36
Binary 1110000 100111 1100101 0 1000001 1010 111000 100110101 110000 11110

Color Harmonies of #702765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702765

Black with #702765

Text Example


Text Example

White with #702765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702765; }

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

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

background-color css

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

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

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

border-color css

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

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

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