Html Css Color HEX #700366 Purple

📋 copy color: '#700366'

red 112 ◦ green 3 ◦ blue 102

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

Shades of Purple #700366

Tints of Purple #700366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47%

R = 51.61%
G = 1.38%
B = 47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#700366 (or 0x700366) is known color: Purple. HEX triplet: 70, 03 and 66. RGB value is (112,3,102). Sum of RGB (Red+Green+Blue) = 112+3+102=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700366 is #8FFC99. Grayscale: #2E2E2E. Windows color (decimal): -9436314 or 6685552. OLE color: 6685552.

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

Color convert

RGB 112 3 102 -
CMYK 0 0.97 0.09 0.56
HSL 305.5º 0.95% 0.23% -
HSV(B) 305.5º 0.97% 0.44% -
XYZ 9.11 4.47 12.95 -
YUV 46.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 112 3 102 0 0.97 0.09 0.56 305.5 0.95 0.23
Hex 70 3 66 0 61 9 38 132 5F 17
Octal 160 3 146 0 141 11 70 462 137 27
Binary 1110000 11 1100110 0 1100001 1001 111000 100110010 1011111 10111

Color Harmonies of #700366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700366

Black with #700366

Text Example


Text Example

White with #700366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700366; }

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

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

background-color css

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

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

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

border-color css

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

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

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