Html Css Color HEX #700B8B Purple

📋 copy color: '#700B8B'

red 112 ◦ green 11 ◦ blue 139

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

Shades of Purple #700B8B

Tints of Purple #700B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 42.75%
G = 4.2%
B = 53.05%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#700B8B (or 0x700B8B) is known color: Purple. HEX triplet: 70, 0B and 8B. RGB value is (112,11,139). Sum of RGB (Red+Green+Blue) = 112+11+139=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #700B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700B8B is #8FF474. Grayscale: #373737. Windows color (decimal): -9434229 or 9112432. OLE color: 9112432.

HSL color Cylindrical-coordinate representation of color #700B8B: hue angle of 287.34º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700B8B is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 11 139 -
CMYK 0.19 0.92 0 0.45
HSL 287.34º 0.85% 0.29% -
HSV(B) 287.34º 0.92% 0.55% -
XYZ 11.46 5.55 24.89 -
YUV 55.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 112 11 139 0.19 0.92 0 0.45 287.34 0.85 0.29
Hex 70 B 8B 13 5C 0 2D 11F 55 1D
Octal 160 13 213 23 134 0 55 437 125 35
Binary 1110000 1011 10001011 10011 1011100 0 101101 100011111 1010101 11101

Color Harmonies of #700B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B8B

Black with #700B8B

Text Example


Text Example

White with #700B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,11,139); }

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

background-color css

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

 a { background-color: rgb(112,11,139); }

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

border-color css

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

 span { border-color: rgb(112,11,139); }

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