Html Css Color HEX #700378 Purple

📋 copy color: '#700378'

red 112 ◦ green 3 ◦ blue 120

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

Shades of Purple #700378

Tints of Purple #700378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 47.66%
G = 1.28%
B = 51.06%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700378 (or 0x700378) is known color: Purple. HEX triplet: 70, 03 and 78. RGB value is (112,3,120). Sum of RGB (Red+Green+Blue) = 112+3+120=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #700378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700378 is #8FFC87. Grayscale: #303030. Windows color (decimal): -9436296 or 7865200. OLE color: 7865200.

HSL color Cylindrical-coordinate representation of color #700378: hue angle of 295.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700378 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 3 120 -
CMYK 0.07 0.98 0 0.53
HSL 295.9º 0.95% 0.24% -
HSV(B) 295.9º 0.98% 0.47% -
XYZ 10.1 4.87 18.18 -
YUV 48.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 112 3 120 0.07 0.98 0 0.53 295.9 0.95 0.24
Hex 70 3 78 7 62 0 35 128 5F 18
Octal 160 3 170 7 142 0 65 450 137 30
Binary 1110000 11 1111000 111 1100010 0 110101 100101000 1011111 11000

Color Harmonies of #700378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700378

Black with #700378

Text Example


Text Example

White with #700378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700378; }

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

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

background-color css

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

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

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

border-color css

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

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

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