Html Css Color HEX #700362 Purple

📋 copy color: '#700362'

red 112 ◦ green 3 ◦ blue 98

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

Shades of Purple #700362

Tints of Purple #700362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 52.58%
G = 1.41%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700362 (or 0x700362) is known color: Purple. HEX triplet: 70, 03 and 62. RGB value is (112,3,98). Sum of RGB (Red+Green+Blue) = 112+3+98=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700362 is #8FFC9D. Grayscale: #2E2E2E. Windows color (decimal): -9436318 or 6423408. OLE color: 6423408.

HSL color Cylindrical-coordinate representation of color #700362: hue angle of 307.71º 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 #700362 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 98 -
CMYK 0 0.97 0.13 0.56
HSL 307.71º 0.95% 0.23% -
HSV(B) 307.71º 0.97% 0.44% -
XYZ 8.92 4.39 11.93 -
YUV 46.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 112 3 98 0 0.97 0.13 0.56 307.71 0.95 0.23
Hex 70 3 62 0 61 D 38 134 5F 17
Octal 160 3 142 0 141 15 70 464 137 27
Binary 1110000 11 1100010 0 1100001 1101 111000 100110100 1011111 10111

Color Harmonies of #700362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700362

Black with #700362

Text Example


Text Example

White with #700362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700362; }

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

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

background-color css

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

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

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

border-color css

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

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

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