Html Css Color HEX #700368 Purple

📋 copy color: '#700368'

red 112 ◦ green 3 ◦ blue 104

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

Shades of Purple #700368

Tints of Purple #700368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 51.14%
G = 1.37%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700368 (or 0x700368) is known color: Purple. HEX triplet: 70, 03 and 68. RGB value is (112,3,104). Sum of RGB (Red+Green+Blue) = 112+3+104=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700368 is #8FFC97. Grayscale: #2E2E2E. Windows color (decimal): -9436312 or 6816624. OLE color: 6816624.

HSL color Cylindrical-coordinate representation of color #700368: hue angle of 304.4º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700368 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 104 -
CMYK 0 0.97 0.07 0.56
HSL 304.4º 0.95% 0.23% -
HSV(B) 304.4º 0.97% 0.44% -
XYZ 9.21 4.51 13.48 -
YUV 47.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 112 3 104 0 0.97 0.07 0.56 304.4 0.95 0.23
Hex 70 3 68 0 61 7 38 130 5F 17
Octal 160 3 150 0 141 7 70 460 137 27
Binary 1110000 11 1101000 0 1100001 111 111000 100110000 1011111 10111

Color Harmonies of #700368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700368

Black with #700368

Text Example


Text Example

White with #700368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700368; }

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

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

background-color css

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

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

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

border-color css

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

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

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