Html Css Color HEX #700375 Purple

📋 copy color: '#700375'

red 112 ◦ green 3 ◦ blue 117

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

Shades of Purple #700375

Tints of Purple #700375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 48.28%
G = 1.29%
B = 50.43%

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

#700375 (or 0x700375) is known color: Purple. HEX triplet: 70, 03 and 75. RGB value is (112,3,117). Sum of RGB (Red+Green+Blue) = 112+3+117=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #700375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700375 is #8FFC8A. Grayscale: #303030. Windows color (decimal): -9436299 or 7668592. OLE color: 7668592.

HSL color Cylindrical-coordinate representation of color #700375: hue angle of 297.37º degrees, saturation: 0.95, 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 #700375 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 3 117 -
CMYK 0.04 0.97 0 0.54
HSL 297.37º 0.95% 0.24% -
HSV(B) 297.37º 0.97% 0.46% -
XYZ 9.93 4.79 17.23 -
YUV 48.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 112 3 117 0.04 0.97 0 0.54 297.37 0.95 0.24
Hex 70 3 75 4 61 0 36 129 5F 18
Octal 160 3 165 4 141 0 66 451 137 30
Binary 1110000 11 1110101 100 1100001 0 110110 100101001 1011111 11000

Color Harmonies of #700375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700375

Black with #700375

Text Example


Text Example

White with #700375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700375; }

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

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

background-color css

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

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

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

border-color css

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

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

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