Html Css Color HEX #700569 Purple

📋 copy color: '#700569'

red 112 ◦ green 5 ◦ blue 105

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

Shades of Purple #700569

Tints of Purple #700569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 50.45%
G = 2.25%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700569 (or 0x700569) is known color: Purple. HEX triplet: 70, 05 and 69. RGB value is (112,5,105). Sum of RGB (Red+Green+Blue) = 112+5+105=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700569 is #8FFA96. Grayscale: #303030. Windows color (decimal): -9435799 or 6882672. OLE color: 6882672.

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

Color convert

RGB 112 5 105 -
CMYK 0 0.96 0.06 0.56
HSL 303.93º 0.91% 0.23% -
HSV(B) 303.93º 0.96% 0.44% -
XYZ 9.29 4.57 13.76 -
YUV 48.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 112 5 105 0 0.96 0.06 0.56 303.93 0.91 0.23
Hex 70 5 69 0 60 6 38 130 5B 17
Octal 160 5 151 0 140 6 70 460 133 27
Binary 1110000 101 1101001 0 1100000 110 111000 100110000 1011011 10111

Color Harmonies of #700569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700569

Black with #700569

Text Example


Text Example

White with #700569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700569; }

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

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

background-color css

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

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

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

border-color css

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

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

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