Html Css Color HEX #700C69 Palatinate Purple

📋 copy color: '#700C69'

red 112 ◦ green 12 ◦ blue 105

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

Shades of Palatinate Purple #700C69

Tints of Palatinate Purple #700C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 48.91%
G = 5.24%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700C69 (or 0x700C69) is known color: Palatinate Purple. HEX triplet: 70, 0C and 69. RGB value is (112,12,105). Sum of RGB (Red+Green+Blue) = 112+12+105=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #700C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C69 is #8FF396. Grayscale: #343434. Windows color (decimal): -9434007 or 6884464. OLE color: 6884464.

HSL color Cylindrical-coordinate representation of color #700C69: hue angle of 304.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C69 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 105 -
CMYK 0 0.89 0.06 0.56
HSL 304.2º 0.81% 0.24% -
HSV(B) 304.2º 0.89% 0.44% -
XYZ 9.36 4.73 13.78 -
YUV 52.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 112 12 105 0 0.89 0.06 0.56 304.2 0.81 0.24
Hex 70 C 69 0 59 6 38 130 51 18
Octal 160 14 151 0 131 6 70 460 121 30
Binary 1110000 1100 1101001 0 1011001 110 111000 100110000 1010001 11000

Color Harmonies of #700C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C69

Black with #700C69

Text Example


Text Example

White with #700C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C69; }

 p { color: rgb(112,12,105); }

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

background-color css

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

 a { background-color: rgb(112,12,105); }

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

border-color css

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

 span { border-color: rgb(112,12,105); }

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