Html Css Color HEX #702663 Palatinate Purple

📋 copy color: '#702663'

red 112 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #702663

Tints of Palatinate Purple #702663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 44.98%
G = 15.26%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#702663 (or 0x702663) is known color: Palatinate Purple. HEX triplet: 70, 26 and 63. RGB value is (112,38,99). Sum of RGB (Red+Green+Blue) = 112+38+99=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702663 is #8FD99C. Grayscale: #424242. Windows color (decimal): -9427357 or 6497904. OLE color: 6497904.

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

Color convert

RGB 112 38 99 -
CMYK 0 0.66 0.12 0.56
HSL 310.54º 0.49% 0.29% -
HSV(B) 310.54º 0.66% 0.44% -
XYZ 9.63 5.73 12.4 -
YUV 67.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 112 38 99 0 0.66 0.12 0.56 310.54 0.49 0.29
Hex 70 26 63 0 42 C 38 137 31 1D
Octal 160 46 143 0 102 14 70 467 61 35
Binary 1110000 100110 1100011 0 1000010 1100 111000 100110111 110001 11101

Color Harmonies of #702663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702663

Black with #702663

Text Example


Text Example

White with #702663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702663; }

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

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

background-color css

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

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

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

border-color css

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

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

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