Html Css Color HEX #700469 Purple

📋 copy color: '#700469'

red 112 ◦ green 4 ◦ blue 105

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

Shades of Purple #700469

Tints of Purple #700469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 50.68%
G = 1.81%
B = 47.51%

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

#700469 (or 0x700469) is known color: Purple. HEX triplet: 70, 04 and 69. RGB value is (112,4,105). Sum of RGB (Red+Green+Blue) = 112+4+105=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700469 is #8FFB96. Grayscale: #2F2F2F. Windows color (decimal): -9436055 or 6882416. OLE color: 6882416.

HSL color Cylindrical-coordinate representation of color #700469: hue angle of 303.89º degrees, saturation: 0.93, 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 #700469 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 105 -
CMYK 0 0.96 0.06 0.56
HSL 303.89º 0.93% 0.23% -
HSV(B) 303.89º 0.96% 0.44% -
XYZ 9.28 4.55 13.75 -
YUV 47.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 112 4 105 0 0.96 0.06 0.56 303.89 0.93 0.23
Hex 70 4 69 0 60 6 38 130 5D 17
Octal 160 4 151 0 140 6 70 460 135 27
Binary 1110000 100 1101001 0 1100000 110 111000 100110000 1011101 10111

Color Harmonies of #700469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700469

Black with #700469

Text Example


Text Example

White with #700469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700469; }

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

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

background-color css

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

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

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

border-color css

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

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

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