Html Css Color HEX #700667 Purple

📋 copy color: '#700667'

red 112 ◦ green 6 ◦ blue 103

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

Shades of Purple #700667

Tints of Purple #700667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 50.68%
G = 2.71%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700667 (or 0x700667) is known color: Purple. HEX triplet: 70, 06 and 67. RGB value is (112,6,103). Sum of RGB (Red+Green+Blue) = 112+6+103=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700667 is #8FF998. Grayscale: #303030. Windows color (decimal): -9435545 or 6751856. OLE color: 6751856.

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

Color convert

RGB 112 6 103 -
CMYK 0 0.95 0.08 0.56
HSL 305.09º 0.9% 0.23% -
HSV(B) 305.09º 0.95% 0.44% -
XYZ 9.2 4.55 13.23 -
YUV 48.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 112 6 103 0 0.95 0.08 0.56 305.09 0.9 0.23
Hex 70 6 67 0 5F 8 38 131 5A 17
Octal 160 6 147 0 137 10 70 461 132 27
Binary 1110000 110 1100111 0 1011111 1000 111000 100110001 1011010 10111

Color Harmonies of #700667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700667

Black with #700667

Text Example


Text Example

White with #700667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700667; }

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

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

background-color css

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

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

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

border-color css

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

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

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