Html Css Color HEX #700067 Purple

📋 copy color: '#700067'

red 112 ◦ green 0 ◦ blue 103

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

Shades of Purple #700067

Tints of Purple #700067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.09%
G = 0%
B = 47.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700067 (or 0x700067) is known color: Purple. HEX triplet: 70, 00 and 67. RGB value is (112,0,103). Sum of RGB (Red+Green+Blue) = 112+0+103=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700067 is #8FFF98. Grayscale: #2C2C2C. Windows color (decimal): -9437081 or 6750320. OLE color: 6750320.

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

Color convert

RGB 112 0 103 -
CMYK 0 1 0.08 0.56
HSL 304.82º 1% 0.22% -
HSV(B) 304.82º 1% 0.44% -
XYZ 9.13 4.42 13.2 -
YUV 45.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 112 0 103 0 1 0.08 0.56 304.82 1 0.22
Hex 70 0 67 0 64 8 38 131 64 16
Octal 160 0 147 0 144 10 70 461 144 26
Binary 1110000 0 1100111 0 1100100 1000 111000 100110001 1100100 10110

Color Harmonies of #700067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700067

Black with #700067

Text Example


Text Example

White with #700067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700067; }

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

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

background-color css

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

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

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

border-color css

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

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

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