Html Css Color HEX #702668 Palatinate Purple

📋 copy color: '#702668'

red 112 ◦ green 38 ◦ blue 104

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

Shades of Palatinate Purple #702668

Tints of Palatinate Purple #702668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 44.09%
G = 14.96%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#702668 (or 0x702668) is known color: Palatinate Purple. HEX triplet: 70, 26 and 68. RGB value is (112,38,104). Sum of RGB (Red+Green+Blue) = 112+38+104=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #702668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702668 is #8FD997. Grayscale: #434343. Windows color (decimal): -9427352 or 6825584. OLE color: 6825584.

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

Color convert

RGB 112 38 104 -
CMYK 0 0.66 0.07 0.56
HSL 306.49º 0.49% 0.29% -
HSV(B) 306.49º 0.66% 0.44% -
XYZ 9.87 5.83 13.7 -
YUV 67.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 112 38 104 0 0.66 0.07 0.56 306.49 0.49 0.29
Hex 70 26 68 0 42 7 38 132 31 1D
Octal 160 46 150 0 102 7 70 462 61 35
Binary 1110000 100110 1101000 0 1000010 111 111000 100110010 110001 11101

Color Harmonies of #702668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702668

Black with #702668

Text Example


Text Example

White with #702668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702668; }

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

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

background-color css

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

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

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

border-color css

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

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

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