#670B73

Color #670B73 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #670B73

Tints of Purple #670B73

Color information

#670B73 (or 0x670B73) is unknown color: approx Purple. HEX triplet: 67, 0B and 73. RGB value is (103,11,115). Sum of RGB (Red+Green+Blue) = 103+11+115=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #670B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B73 is #98F48C. Grayscale: #323232. Windows color (decimal): -10024077 or 7539559. OLE color: 7539559.

HSL color Cylindrical-coordinate representation of color #670B73: hue angle of 293.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670B73 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10311115-
CMYK0.100.9000.55
HSL293.08º82.54%24.71%-
HSV(B)293.08º90.43%45.1%-
XYZ8.814.3616.6-
YUV50.36164.48165.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=44.98%
G=4.80%
B=50.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103111150.100.9000.55293.0882.5424.71
Hex67B73A5A0371255319
Octal147131631213206744512331
Binary110011110111110011101010110100110111100100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670B73; }

 p { color: rgb(103,11,115); }

 H1.HeaderClassName
 {
   color: #670B73;
 }
 .AnyTagClassName
 {
   color: #670B73;
 }
</style>
background-color css

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

 a { background-color: rgb(103,11,115); }

 div.DivClassName
 {
   background-color: #670B73;
 }
 .BgClassName
 {
   background-color: #670B73;
 }
</style>
border-color css

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

 span { border-color: rgb(103,11,115); }

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