Html Css Color HEX #702666 Palatinate Purple

📋 copy color: '#702666'

red 112 ◦ green 38 ◦ blue 102

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

Shades of Palatinate Purple #702666

Tints of Palatinate Purple #702666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 44.44%
G = 15.08%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#702666 (or 0x702666) is known color: Palatinate Purple. HEX triplet: 70, 26 and 66. RGB value is (112,38,102). Sum of RGB (Red+Green+Blue) = 112+38+102=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702666 is #8FD999. Grayscale: #434343. Windows color (decimal): -9427354 or 6694512. OLE color: 6694512.

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

Color convert

RGB 112 38 102 -
CMYK 0 0.66 0.09 0.56
HSL 308.11º 0.49% 0.29% -
HSV(B) 308.11º 0.66% 0.44% -
XYZ 9.77 5.79 13.17 -
YUV 67.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 112 38 102 0 0.66 0.09 0.56 308.11 0.49 0.29
Hex 70 26 66 0 42 9 38 134 31 1D
Octal 160 46 146 0 102 11 70 464 61 35
Binary 1110000 100110 1100110 0 1000010 1001 111000 100110100 110001 11101

Color Harmonies of #702666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702666

Black with #702666

Text Example


Text Example

White with #702666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702666; }

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

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

background-color css

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

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

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

border-color css

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

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

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