Html Css Color HEX #700467 Purple

📋 copy color: '#700467'

red 112 ◦ green 4 ◦ blue 103

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

Shades of Purple #700467

Tints of Purple #700467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 103 (40.63% from 255) = 47.03%

R = 51.14%
G = 1.83%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700467 (or 0x700467) is known color: Purple. HEX triplet: 70, 04 and 67. RGB value is (112,4,103). Sum of RGB (Red+Green+Blue) = 112+4+103=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700467 is #8FFB98. Grayscale: #2F2F2F. Windows color (decimal): -9436057 or 6751344. OLE color: 6751344.

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

Color convert

RGB 112 4 103 -
CMYK 0 0.96 0.08 0.56
HSL 305º 0.93% 0.23% -
HSV(B) 305º 0.96% 0.44% -
XYZ 9.17 4.51 13.22 -
YUV 47.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 112 4 103 0 0.96 0.08 0.56 305 0.93 0.23
Hex 70 4 67 0 60 8 38 131 5D 17
Octal 160 4 147 0 140 10 70 461 135 27
Binary 1110000 100 1100111 0 1100000 1000 111000 100110001 1011101 10111

Color Harmonies of #700467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700467

Black with #700467

Text Example


Text Example

White with #700467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700467; }

 p { color: rgb(112,4,103); }

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

background-color css

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

 a { background-color: rgb(112,4,103); }

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

border-color css

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

 span { border-color: rgb(112,4,103); }

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