Html Css Color HEX #702D67 Palatinate Purple

📋 copy color: '#702D67'

red 112 ◦ green 45 ◦ blue 103

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

Shades of Palatinate Purple #702D67

Tints of Palatinate Purple #702D67

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 43.08%
G = 17.31%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702D67 (or 0x702D67) is known color: Palatinate Purple. HEX triplet: 70, 2D and 67. RGB value is (112,45,103). Sum of RGB (Red+Green+Blue) = 112+45+103=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #702D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D67 is #8FD298. Grayscale: #474747. Windows color (decimal): -9425561 or 6761840. OLE color: 6761840.

HSL color Cylindrical-coordinate representation of color #702D67: hue angle of 308.06º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D67 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 103 -
CMYK 0 0.60 0.08 0.56
HSL 308.06º 0.43% 0.31% -
HSV(B) 308.06º 0.6% 0.44% -
XYZ 10.07 6.3 13.52 -
YUV 71.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 112 45 103 0 0.60 0.08 0.56 308.06 0.43 0.31
Hex 70 2D 67 0 3C 8 38 134 2B 1F
Octal 160 55 147 0 74 10 70 464 53 37
Binary 1110000 101101 1100111 0 111100 1000 111000 100110100 101011 11111

Color Harmonies of #702D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D67

Black with #702D67

Text Example


Text Example

White with #702D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702D67; }

 p { color: rgb(112,45,103); }

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

background-color css

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

 a { background-color: rgb(112,45,103); }

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

border-color css

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

 span { border-color: rgb(112,45,103); }

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