Html Css Color HEX #700365 Purple

📋 copy color: '#700365'

red 112 ◦ green 3 ◦ blue 101

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

Shades of Purple #700365

Tints of Purple #700365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 51.85%
G = 1.39%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#700365 (or 0x700365) is known color: Purple. HEX triplet: 70, 03 and 65. RGB value is (112,3,101). Sum of RGB (Red+Green+Blue) = 112+3+101=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700365 is #8FFC9A. Grayscale: #2E2E2E. Windows color (decimal): -9436315 or 6620016. OLE color: 6620016.

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

Color convert

RGB 112 3 101 -
CMYK 0 0.97 0.10 0.56
HSL 306.06º 0.95% 0.23% -
HSV(B) 306.06º 0.97% 0.44% -
XYZ 9.06 4.45 12.69 -
YUV 46.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 112 3 101 0 0.97 0.10 0.56 306.06 0.95 0.23
Hex 70 3 65 0 61 A 38 132 5F 17
Octal 160 3 145 0 141 12 70 462 137 27
Binary 1110000 11 1100101 0 1100001 1010 111000 100110010 1011111 10111

Color Harmonies of #700365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700365

Black with #700365

Text Example


Text Example

White with #700365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700365; }

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

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

background-color css

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

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

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

border-color css

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

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

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