Html Css Color HEX #702665 Palatinate Purple

📋 copy color: '#702665'

red 112 ◦ green 38 ◦ blue 101

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

Shades of Palatinate Purple #702665

Tints of Palatinate Purple #702665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 44.62%
G = 15.14%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#702665 (or 0x702665) is known color: Palatinate Purple. HEX triplet: 70, 26 and 65. RGB value is (112,38,101). Sum of RGB (Red+Green+Blue) = 112+38+101=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702665 is #8FD99A. Grayscale: #434343. Windows color (decimal): -9427355 or 6628976. OLE color: 6628976.

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

Color convert

RGB 112 38 101 -
CMYK 0 0.66 0.10 0.56
HSL 308.92º 0.49% 0.29% -
HSV(B) 308.92º 0.66% 0.44% -
XYZ 9.72 5.77 12.91 -
YUV 67.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 112 38 101 0 0.66 0.10 0.56 308.92 0.49 0.29
Hex 70 26 65 0 42 A 38 135 31 1D
Octal 160 46 145 0 102 12 70 465 61 35
Binary 1110000 100110 1100101 0 1000010 1010 111000 100110101 110001 11101

Color Harmonies of #702665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702665

Black with #702665

Text Example


Text Example

White with #702665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702665; }

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

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

background-color css

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

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

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

border-color css

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

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

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