Html Css Color HEX #700069 Purple

📋 copy color: '#700069'

red 112 ◦ green 0 ◦ blue 105

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

Shades of Purple #700069

Tints of Purple #700069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.61%
G = 0%
B = 48.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700069 (or 0x700069) is known color: Purple. HEX triplet: 70, 00 and 69. RGB value is (112,0,105). Sum of RGB (Red+Green+Blue) = 112+0+105=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700069 is #8FFF96. Grayscale: #2D2D2D. Windows color (decimal): -9437079 or 6881392. OLE color: 6881392.

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

Color convert

RGB 112 0 105 -
CMYK 0 1 0.06 0.56
HSL 303.75º 1% 0.22% -
HSV(B) 303.75º 1% 0.44% -
XYZ 9.23 4.46 13.74 -
YUV 45.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 112 0 105 0 1 0.06 0.56 303.75 1 0.22
Hex 70 0 69 0 64 6 38 130 64 16
Octal 160 0 151 0 144 6 70 460 144 26
Binary 1110000 0 1101001 0 1100100 110 111000 100110000 1100100 10110

Color Harmonies of #700069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700069

Black with #700069

Text Example


Text Example

White with #700069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700069; }

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

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

background-color css

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

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

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

border-color css

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

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

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