Html Css Color HEX #700698 Purple

📋 copy color: '#700698'

red 112 ◦ green 6 ◦ blue 152

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

Shades of Purple #700698

Tints of Purple #700698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.3%

R = 41.48%
G = 2.22%
B = 56.3%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700698 (or 0x700698) is known color: Purple. HEX triplet: 70, 06 and 98. RGB value is (112,6,152). Sum of RGB (Red+Green+Blue) = 112+6+152=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #700698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700698 is #8FF967. Grayscale: #353535. Windows color (decimal): -9435496 or 9963120. OLE color: 9963120.

HSL color Cylindrical-coordinate representation of color #700698: hue angle of 283.56º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700698 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 6 152 -
CMYK 0.26 0.96 0 0.40
HSL 283.56º 0.92% 0.31% -
HSV(B) 283.56º 0.96% 0.6% -
XYZ 12.41 5.84 30.18 -
YUV 54.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 112 6 152 0.26 0.96 0 0.40 283.56 0.92 0.31
Hex 70 6 98 1A 60 0 28 11C 5C 1F
Octal 160 6 230 32 140 0 50 434 134 37
Binary 1110000 110 10011000 11010 1100000 0 101000 100011100 1011100 11111

Color Harmonies of #700698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700698

Black with #700698

Text Example


Text Example

White with #700698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700698; }

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

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

background-color css

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

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

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

border-color css

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

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

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