Html Css Color HEX #700475 Purple

📋 copy color: '#700475'

red 112 ◦ green 4 ◦ blue 117

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

Shades of Purple #700475

Tints of Purple #700475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 48.07%
G = 1.72%
B = 50.21%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700475 (or 0x700475) is known color: Purple. HEX triplet: 70, 04 and 75. RGB value is (112,4,117). Sum of RGB (Red+Green+Blue) = 112+4+117=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #700475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700475 is #8FFB8A. Grayscale: #303030. Windows color (decimal): -9436043 or 7668848. OLE color: 7668848.

HSL color Cylindrical-coordinate representation of color #700475: hue angle of 297.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700475 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 4 117 -
CMYK 0.04 0.97 0 0.54
HSL 297.35º 0.93% 0.24% -
HSV(B) 297.35º 0.97% 0.46% -
XYZ 9.94 4.82 17.24 -
YUV 49.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 112 4 117 0.04 0.97 0 0.54 297.35 0.93 0.24
Hex 70 4 75 4 61 0 36 129 5D 18
Octal 160 4 165 4 141 0 66 451 135 30
Binary 1110000 100 1110101 100 1100001 0 110110 100101001 1011101 11000

Color Harmonies of #700475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700475

Black with #700475

Text Example


Text Example

White with #700475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700475; }

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

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

background-color css

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

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

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

border-color css

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

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

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