Html Css Color HEX #70127B Purple

📋 copy color: '#70127B'

red 112 ◦ green 18 ◦ blue 123

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

Shades of Purple #70127B

Tints of Purple #70127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 44.27%
G = 7.11%
B = 48.62%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70127B (or 0x70127B) is known color: Purple. HEX triplet: 70, 12 and 7B. RGB value is (112,18,123). Sum of RGB (Red+Green+Blue) = 112+18+123=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #70127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70127B is #8FED84. Grayscale: #393939. Windows color (decimal): -9432453 or 8065648. OLE color: 8065648.

HSL color Cylindrical-coordinate representation of color #70127B: hue angle of 293.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70127B is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 18 123 -
CMYK 0.09 0.85 0 0.52
HSL 293.71º 0.74% 0.28% -
HSV(B) 293.71º 0.85% 0.48% -
XYZ 10.47 5.31 19.21 -
YUV 58.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 112 18 123 0.09 0.85 0 0.52 293.71 0.74 0.28
Hex 70 12 7B 9 55 0 34 126 4A 1C
Octal 160 22 173 11 125 0 64 446 112 34
Binary 1110000 10010 1111011 1001 1010101 0 110100 100100110 1001010 11100

Color Harmonies of #70127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70127B

Black with #70127B

Text Example


Text Example

White with #70127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70127B; }

 p { color: rgb(112,18,123); }

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

background-color css

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

 a { background-color: rgb(112,18,123); }

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

border-color css

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

 span { border-color: rgb(112,18,123); }

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