Html Css Color HEX #700675 Purple

📋 copy color: '#700675'

red 112 ◦ green 6 ◦ blue 117

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

Shades of Purple #700675

Tints of Purple #700675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 47.66%
G = 2.55%
B = 49.79%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700675 (or 0x700675) is known color: Purple. HEX triplet: 70, 06 and 75. RGB value is (112,6,117). Sum of RGB (Red+Green+Blue) = 112+6+117=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #700675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700675 is #8FF98A. Grayscale: #323232. Windows color (decimal): -9435531 or 7669360. OLE color: 7669360.

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

Color convert

RGB 112 6 117 -
CMYK 0.04 0.95 0 0.54
HSL 297.3º 0.9% 0.24% -
HSV(B) 297.3º 0.95% 0.46% -
XYZ 9.96 4.86 17.24 -
YUV 50.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 112 6 117 0.04 0.95 0 0.54 297.3 0.9 0.24
Hex 70 6 75 4 5F 0 36 129 5A 18
Octal 160 6 165 4 137 0 66 451 132 30
Binary 1110000 110 1110101 100 1011111 0 110110 100101001 1011010 11000

Color Harmonies of #700675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700675

Black with #700675

Text Example


Text Example

White with #700675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700675; }

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

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

background-color css

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

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

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

border-color css

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

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

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