Html Css Color HEX #700C85 Purple

📋 copy color: '#700C85'

red 112 ◦ green 12 ◦ blue 133

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

Shades of Purple #700C85

Tints of Purple #700C85

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 43.58%
G = 4.67%
B = 51.75%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700C85 (or 0x700C85) is known color: Purple. HEX triplet: 70, 0C and 85. RGB value is (112,12,133). Sum of RGB (Red+Green+Blue) = 112+12+133=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #700C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C85 is #8FF37A. Grayscale: #373737. Windows color (decimal): -9433979 or 8719472. OLE color: 8719472.

HSL color Cylindrical-coordinate representation of color #700C85: hue angle of 289.59º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C85 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 12 133 -
CMYK 0.16 0.91 0 0.48
HSL 289.59º 0.83% 0.28% -
HSV(B) 289.59º 0.91% 0.52% -
XYZ 11.05 5.4 22.65 -
YUV 55.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 112 12 133 0.16 0.91 0 0.48 289.59 0.83 0.28
Hex 70 C 85 10 5B 0 30 122 53 1C
Octal 160 14 205 20 133 0 60 442 123 34
Binary 1110000 1100 10000101 10000 1011011 0 110000 100100010 1010011 11100

Color Harmonies of #700C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C85

Black with #700C85

Text Example


Text Example

White with #700C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C85; }

 p { color: rgb(112,12,133); }

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

background-color css

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

 a { background-color: rgb(112,12,133); }

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

border-color css

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

 span { border-color: rgb(112,12,133); }

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