Html Css Color HEX #700265 Purple

📋 copy color: '#700265'

red 112 ◦ green 2 ◦ blue 101

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

Shades of Purple #700265

Tints of Purple #700265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 52.09%
G = 0.93%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#700265 (or 0x700265) is known color: Purple. HEX triplet: 70, 02 and 65. RGB value is (112,2,101). Sum of RGB (Red+Green+Blue) = 112+2+101=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700265 is #8FFD9A. Grayscale: #2D2D2D. Windows color (decimal): -9436571 or 6619760. OLE color: 6619760.

HSL color Cylindrical-coordinate representation of color #700265: hue angle of 306º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700265 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 101 -
CMYK 0 0.98 0.10 0.56
HSL 306º 0.96% 0.22% -
HSV(B) 306º 0.98% 0.44% -
XYZ 9.05 4.43 12.69 -
YUV 46.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 112 2 101 0 0.98 0.10 0.56 306 0.96 0.22
Hex 70 2 65 0 62 A 38 132 60 16
Octal 160 2 145 0 142 12 70 462 140 26
Binary 1110000 10 1100101 0 1100010 1010 111000 100110010 1100000 10110

Color Harmonies of #700265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700265

Black with #700265

Text Example


Text Example

White with #700265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700265; }

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

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

background-color css

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

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

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

border-color css

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

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

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